Entering edit mode
18 months ago
comu
•
0
Please help me to understand what is these two peaks(1st peak 37%, 2nd peak 50%)..
This result is data downloaded from an RNA seq in another experiment. Is it because it was before trimming, or is it because of the adapter? Is it possible to troubleshoot only if QC is performed after STAR is performed?
Additionally, in the mapping results, the number of input reads was 51964207, but in featurecounts of the same data, the total alignments were 108149668, which was almost double. What could be the cause?
Can you post the command you used to run
featurecounts
? It looks like you have paired end reads but are mapping in single-end mode.This is my command! I apply "-p", because it is paired-end...Is it wrong? Thank you for your comment :)
With newer versions of
featureCounts
you need to explicitly add following in addition to-p
.What is "Rinux"? Is it a specific flavor of linux?