Guest User

Untitled

a guest
Jul 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # counting RNA-seq reads
  2. # similar results with htseq-count w/ "UNION"
  3.  
  4. featureCounts -T 35 -p -t exon -g rmsk_id -a L1.ERV1.ERVK.ERVL.MaLR.gtf -o featureCounts.results \
  5. sample1.bam sample2.bam sample3.bam
Add Comment
Please, Sign In to add comment