expandGenomeToVariantlist: The function extends a genome to more variants, by imputing...

Description Usage Arguments

View source: R/GenomeFunctions.R

Description

The function extends a genome to more variants, by imputing the genetic map in between

Usage

1
2
expandGenomeToVariantlist(genome, variantNames = NULL, variantChrom,
  variantPos, matchNames = F)

Arguments

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.


eyalbenda/bulkPop documentation built on May 17, 2019, 11:14 p.m.