MapAndFilter | R Documentation |
This function follows the alignment function. It is a wrapper for several scripts that impose checks and balances on the mapping quality, consensus nature of splice sites, and annotated start and end sites per transcript.
MapAndFilter('LRoutput','gencode.vM21.annotation.gtf.gz',16)
outputDir |
location within the working directory for files that will be created during this process |
annoGZ |
annotation.gtf.gz file. Defaults to v21 mm10 |
numThreads |
number of threads for parallel processes. Defaults to 12 |
seqDir |
directory containing chromosome.fa.gz files |
filterFullLength |
OPTIONAL logical indicating whether reads should be filtered for having start and end sites falling into annotated cage peaks or polyA sites. Defaults to FALSE |
cageBed |
OPTIONAL bed.gz file containing annotated CAGE peaks |
polyABed |
OPTIONAL bed.gz file containing annotated polyA sites |
cp_distance |
OPTIONAL distance from annotated CAGE peak or polyA site for a read to be considered full-length. Defaults to 50 |
genomeVersion |
genome and version for GFF output file. Defaults to mm10 |
onlyFullLength |
OPTIONAL If you have already run this command without annotated CAGE and PolyA sites and now want to just run that portion, set to TRUE. Defaults to FALSE |
directory containing several bam, gff.gz, and flat files necessary for downstream analysis
STARalign
MMalign
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.