Mercurial > repos > mingchen0919 > aurora_htseq
diff rmarkdown_report.Rmd @ 22:ad2ceb05d152 draft
planemo upload commit 9d80f8019f1eb21b0bc6fdb4e3ae7684174f6ca4-dirty
| author | mingchen0919 |
|---|---|
| date | Fri, 30 Nov 2018 12:02:58 -0500 |
| parents | 69157062629f |
| children |
line wrap: on
line diff
--- a/rmarkdown_report.Rmd Thu Nov 29 22:18:47 2018 -0500 +++ b/rmarkdown_report.Rmd Fri Nov 30 12:02:58 2018 -0500 @@ -91,7 +91,7 @@ count_data = read.table(paste0(opt$X_d, '/counts.txt'), row.names = 1) sample_names = trimws(strsplit(opt$X_B, ',')[[1]]) colnames(count_data) = rep(sample_names, length = ncol(count_data)) -# kable(head(count_data)) + # modify column names count_data = data.frame(feature_id = rownames(count_data), count_data)
