decomposeContigNames | R Documentation |
Given the contig-window names "blahblah_1-5000" return a 2 element character vector of c("blahblah", "1-5000")
decomposeContigNames(x, sep = "_")
x |
character vector of contig names |
sep |
character separator around which the component names are split |
a nrowx2 character array
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.