countIntronReads: countIntronReads

Description Usage Arguments

View source: R/countIntronReads.R

Description

countIntronReads

Usage

1
2
countIntronReads(samplenames, gtf, fragmentLength = 150, bamFolder,
  strandToKeep = "opposite", paired = FALSE, threads = 1)

Arguments

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


scottzijiezhang/RADAR documentation built on Feb. 11, 2021, 8:35 p.m.