MMalign | R Documentation |
This function is a wrapper for Minimap2 with stringent parameters optimized for ONT/PacBio sequenced data. It performs sam to bam conversion to reduce space, and .bam output is necessary for downstream analysis
MMalign('FastqFiles/','~/minimap2', '~/mm10.fa',32)
fqFolder |
fastq.gz files from a single sample or replicate, or barcoded output |
mmProgPath |
path to Minimap2 aligner |
refGenome |
path to reference genome.fa |
numThreads |
number of parallel threads to use, Defaults to 8 |
MMoutput folder containing minimap2 aligned files and report
MapAndFilter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.