Replies: 1 comment 1 reply
-
|
Hi Xianjun, This is an interesting question, and the answer will vary depending on specific use cases. Cheers |
Beta Was this translation helpful? Give feedback.
-
|
Hi Xianjun, This is an interesting question, and the answer will vary depending on specific use cases. Cheers |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
One typical workflow for RNA-seq is to run STAR on the individual sample and then call htseq-count or featureCount to get the read count per gene. Recently I noticed that STAR has an option --readFilesManifest manifest.tsv that you can map multiple samples in one run and generate one BAM file with reads group tag @rg to mark individual samples, then you can run featureCounts −−byReadGroup on the BAM file to separate the multiple samples into individual read count profiles. I am not sure if this is a faster and more efficient way to run on multiple samples (than looping thru individual files). Has anyone tried it? Love to hear feedback. Thanks.
For STAR authors, do you know if running STAR with --readFilesManifest is faster than running them on individual files?
Beta Was this translation helpful? Give feedback.
All reactions