Description Usage Arguments Value
View source: R/Estim_LRratio.R
This function computes the observed rates of intron retention from a set of long read (genomic) alignments.
1 2 3 4 5 6 7 | computeIRrates(
gtf,
bamFile,
saveDir,
flankWidth = 20,
keepSecondaryAlignments = FALSE
)
|
gtf |
Path to a reference transcriptome is a gtf file. |
bamFile |
Path to a bam file contraining long read alignments. |
saveDir |
Path to the directory where results sould be saved. |
flankWidth |
Width of the area on each side of the intron that a read should overlap to be taken into account (Default: 20bp). |
keepSecondaryAlignments |
Whether secondary alignments should be considered (Default: FALSE). |
Saves a data.frame
containing observed intron retention rates
for each annotated intron in a file named "IRrates.txt" in saveDir
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.