STARalign | R Documentation |
This function is a wrapper for STARlong with stringent parameters optimized for PacBio sequenced data. It performs sam to bam conversion to reduce space, and .bam output is necessary for downstream analysis
STARalign('FastqFiles/','~/STARlong','~/starIndex_gencode10_sequins/',32)
fqFolder |
fastq.gz files from a single sample or replicate, or barcoded output |
starProgPath |
path to STARlong aligner |
refGenomeIndex |
location of STAR reference genome index. |
numThreads |
number of parallel threads to use, Defaults to 8 |
STARoutput Folder containing star output files and reports
MapAndFilter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.