Phenotypic-data: Phenotypic data

Phenotypic dataR Documentation

Phenotypic data

Description

Phenotypic data

Details

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.

Examples

 
## Not run: 
myPhenoFile <- system.file("extdata", "mdp_traits.txt.gz", package = "GAPIT3")
myPhenotypes <- read.table(myPhenoFile, header = TRUE)
head(myPhenotypes)

## End(Not run)


jiabowang/GAPIT3 documentation built on March 6, 2025, 2:21 a.m.