Description Usage Arguments Examples
encapsulate a list of SNP configurations produced as haplotypes by phaser
1 2 | RnaHapSet(genesym, radius, source, haplist = variant_options(genesym,
radius))
|
genesym |
character(1) symbol |
radius |
numeric(1) region around gene to include |
source |
a HapTab instance |
haplist |
a list as returned by 'variant_options' |
1 2 3 | ht = HapTab(NA06986_rnahaps, "phaser NA06986")
RnaHapSet("ORMDL3", radius=50000, source=ht,
haplist=variant_options("ORMDL3", 50000))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.