View source: R/add.missing.F1s.R
add.missing.F1s | R Documentation |
Given a set of CC or DO founders, impute the genotypes or intensities of missing F1s.
add.missing.F1s(founders, snps, sampletype = c("DO", "CC", "DOF1", "HS", "other"))
founders |
List, required: Contains either an element called 'geno' or two elements called 'x' and 'y'. |
snps |
Data.frame, required: Data.frame containing the SNPs. SNP ID, chr, Mb and cM locations in columna 1 - 4, respectively. |
sampletype |
Character string, required: indicates the type of crss. One of "DO", "CC", "DOF1", "HS", "other". |
List with the founders data structure updated to include missing F1 samples.
Daniel Gatti
## Not run:
load(url("ftp://ftp.jax.org/MUGA/muga_snps.Rdata"))
founders = add.missing.F1s(founders, snps = muga_snps)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.