Numeric format data | R Documentation |
Numeric format genotypic data
Genetic data in numeric format. Samples in rows. The first column is the sample names (taxa). Subsequent columns are genotypes. Homozygotes are scored as either 0 or 2. Heterozygotes are scored as 1.
## Not run:
myGDFile <- system.file("extdata", "mdp_numeric.txt.gz", package = "GAPIT3")
myGD <- read.table(myGDFile, header = FALSE)
myGD[1:4, 1:6]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.