View source: R/GenomeFunctions.R
The function extends a genome to more variants, by imputing the genetic map in between
| 1 2 | expandGenomeToVariantlist(genome, variantNames = NULL, variantChrom,
  variantPos, matchNames = F)
 | 
| genome | a genome object | 
| variantNames | vector of variant names. If not given will be generated as chrom:pos | 
| variantChrom | vector of variant chromsomes. Names must match genome object | 
| variantPos | vector of variant positions. | 
| matchNames | boolean: If true, the function will look for the new variants by position in the old genome and carry over the names to the new genome. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.