ExampleEQTLgenoData {eGST} | R Documentation |
An example of tissue-specific eQTLs genotype data.
Description
ExampleEQTLgenoData is a list with two elements each containing a 1000 by 100 ordered genotype matrix. Each matrix provides the genotype data of the 1000 individuals at 100 tissue-specific eQTLs for each tissue.
Usage
data(ExampleEQTLgenoData)
Format
A list of two numeric matrix each having 1000 rows (individuals) and 100 columns (eQTLs):
Examples
data(ExampleEQTLgenoData)
geno <- ExampleEQTLgenoData
[Package eGST version 1.0.0 Index]