View source: R/countIntronReads.R
countIntronReads
1 2 | countIntronReads(samplenames, gtf, fragmentLength = 150, bamFolder,
strandToKeep = "opposite", paired = FALSE, threads = 1)
|
bamFolder |
Path to the folder where bam file locates |
strandToKeep |
According to library preparation protocol, choose which strand to count. Stranded RNA library usually seq the "ooposite" strand. Small RNA library seq the "same" strand. |
paired |
Logical indicating whether the input bam files are from paired end sequencing. Default is FALSE. If using paired end data, the read length will be estimated from the data and only good mate are counted. |
threads |
The number of threads to use for hyperthreading |
binSize |
The size of consecutive bins to slice the transcripts |
outputDir |
The directory to save output files |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.