View source: R/chunkingFunctions.R
genomeChunks | R Documentation |
Subset genome pileup into chunks for pattern-matching
genomeChunks(pileup, chunkSize)
pileup |
A .txt file containing mapped sequencing read coverages averaged over 100 bp windows/bins. |
chunkSize |
If 'mode'="genome" OR if 'mode'="metagenome" and 'chunkContigs'=TRUE, chunk the genome or contigs, respectively, into smaller subsets for pattern-matching. ‘chunkSize' determines the size (in bp) of each ’chunk'. Default is 50000. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.