View source: R/chunkingFunctions.R
linkChunks | R Documentation |
Detect partial gap/elevation pattern matches that fall on the edges of chunked genomes/contigs that may be part of the same pattern prior to chunking
linkChunks(bestMatchList, pileup, windowSize, mode, verbose)
bestMatchList |
A list containing pattern-match information associated with all contigs/chunks classified by 'ProActive()' pattern-matching |
pileup |
A .txt file containing mapped sequencing read coverages averaged over 100 bp windows/bins. |
windowSize |
The number of basepairs to average read coverage values over. |
mode |
Either "genome" or "metagenome" |
verbose |
TRUE or FALSE. Print progress messages to console. Default is TRUE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.