data(yeast)yeast contains the following variables:
yeast dataset is a subset of the widely studied yeast expression dataset comprising of 112 F1 segregants from a cross between BY4716 and RM11-1a strains of Saccharomyces Cerevisiae. The original dataset consists of expression values reported as log2(sample/ BY reference) for 6216 genes. The data can be accessed in Gene Expression Omnibus (GEO) by accession number (GSE1990). After linkage analysis and filtering based on location and significance of QTL, a final set of 16 genes and their corresponding 9 SNP markers were identified and included in the yeast dataset.\
Thus the final dataset has 2 variables yeastgeno, data frame of 112 observations (genotype) of 9 variables (SNP markers) and yeastpheno, data frame of 112 observations (normalized gene expression) of 16 variables (genes).\# load the data and fit a genotype-phenotype network
data(yeast)
fit.gnbp(yeastgeno,yeastpheno)Run the code above in your browser using DataLab