Description Usage Arguments Value
utility function for extracting samplenames from Tabix'ed sample columns assumes VCF-style naming, such as with Sample_1.foo, Sample_1.bar, or Sample1_foo,Sample1_bar, or really anything along these lines
1 | condenseSampleNames(tbx, stride, trailing = "\\.$")
|
tbx |
a TabixFile instance to parse |
stride |
how many columns per sample |
trailing |
trailing character to trim ("\.$") |
a character vector of sample names (longest common substrings)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.