Phenotypic data | R Documentation |
Phenotypic data
Samples are in rows. The first row is a header. The first column contains the sample names (Taxa). Subsequent columns are phenotypic traits. The example dataset consists of 301 samples scored for three traits.
## Not run:
myPhenoFile <- system.file("extdata", "mdp_traits.txt.gz", package = "GAPIT3")
myPhenotypes <- read.table(myPhenoFile, header = TRUE)
head(myPhenotypes)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.