slide_genome | R Documentation |
slide_genome
Hierarchically classify the genome by coordinates in
the list of granges objects, returning the proportion of sequence each
sliding window intersects
slide_genome(seqInfo, listOfGrs, windowSize, stepSize)
seqInfo |
seqinfo extracted from the genome assembly DNAstringset |
listOfGrs |
list of granges containing the regions to intersect |
windowSize |
numeric, giving the size in basepairs of the windows |
stepSize |
numeric, giving the step in basepairs between the windows |
intersects, gaps and reduces overlapping intervals within windows
a data.table containing the amount of sequence covered in each window
## Not run:
# coming soon.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.