Entering edit mode
3.7 years ago
ray.liv.wong
•
0
Hi
First post so please be kind, its my first year.
I have run featurecounts -p on my files and the output has a count total for read 1 and read 2. My simple question is which total count should i use? read 1 or read 2 since they are not the same.
I tried finding the answer on the forumn but no luck.
Thanks for your help
R
featurecounts -p
counts fragments if the reads are paired, I have never seen it reporting separated counts for R1 and R2... What is the exact command you use ? And can you show the summary results ?To generate Bam file i used hisat2
Then for quantification
output is like this
what is the output of
ls PRJNA316673_bam/*
?Can you post the full command you used? Also, can you post the command used to generate your alignment (i.e bam) file?