View source: R/classify_genome.R
classify_genome | R Documentation |
classify_genome
Hierarchically classify the genome by coordinates in
the list of bed files. Sequences in the first bed file are masked in the
second and so on.
classify_genome(dnaSS, listOfBeds, verbose)
dnaSS |
DNAstringset object representing the genome assembly |
listOfBeds |
list of bed-like data.frames/data.tables with at least the columns chr, start and end. |
verbose |
logical, should updates be printed to the console? |
intersects, gaps and reduces overlapping intervals
a list of granges matchin the listOfBeds
## 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.