Description Usage Arguments Value Examples
Get chromosome name for each feature. Returns character.
1 2 3 4 5 6 7 |
object |
GRanges GenoSet |
character vector of chromosome positions for each feature
1 2 3 | data(genoset,package='genoset')
chr(genoset.ds) # c('chr1','chr1','chr1','chr1','chr3','chr3','chrX','chrX','chrX','chrX')
chr(rowRanges(genoset.ds)) # The same
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.