Skip to content

Commit

Permalink
updated Rmarkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed May 3, 2021
1 parent 5035273 commit cf17565
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions trnanalysis/Rmarkdown/tRNA_abundance.Rmd
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ data_1 %>% summarise_all(sum) -> data_1
data_1 <- na.omit(data_1)
rownames(data_1) <- data_1$V3
data_1 <- column_to_rownames(data_1, "V3")
data_1$V3 <- NULL
Expand Down Expand Up @@ -160,8 +159,7 @@ data_1 %>% summarise_all(sum) -> data_1
data_1 <- na.omit(data_1)
rownames(data_1) <- data_1$V4
data_1 <- column_to_rownames(data_1, "V4")
data_1$V4 <- NULL
Expand Down

0 comments on commit cf17565

Please sign in to comment.