Select data from specified chromosomes

select_chrom(snpdata, chrom = "all")

Arguments

snpdata

a SNPdata object

chrom

a vector of chromosome names

Value

a SNPdata object with only the data from the specified chromosomes

Examples

if (FALSE) { # \dontrun{
  chrom7 <- select_chrom(snpdata, chrom = "Pf3D7_07_v3")
 } # }