Description Usage Arguments Details Value Author(s) See Also Examples
This function takes high-dimensional expression data and genotype data with each of their position data in the genome and creates a trigger
object for subsequent analysis.
1 | trigger.build(exp = exp,exp.pos = exp.pos, marker = marker, marker.pos = marker.pos)
|
exp |
A gene (or intermediate trait) by individual matrix of expression data. |
exp.pos |
A matrix containing the position information for genes (intermediate traits). The first column is the chromosome name of the gene. The second column is the starting coordinate of the gene, and the third column is the ending coordinate. Each row corresponds to one gene/trait in the |
marker |
A marker genotype by individual matrix. |
marker.pos |
A matrix containing the position information for markers. The first column is the chromosome name of the marker. We recommend to use integers for autosomal chromosomes and "X" for sex chromosome. The second column is the position of the marker on the chromosome. Each row corresponds to one marker in the |
The positions in marker.pos
and exp.pos
matrix should be in the same units (e.g., base pair, kb, or cM).
An object of S4 class trigger
containing the marker genotype matrix (a matrix of 1,2 for haploid genotypes, or 1,2,3 for diploid genotypes), expression matrix, marker position matrix and gene/trait position matrix with ordered coordinates in respective slots. Use slot(objectname, varname)
to retrieve individual variables from the object. Use print
to see the first 10 rows and columns of the expression and marker matrix.
Lin S. Chen lschen.stat@gmail.com, Dipen P. Sangurdekar dps@genomics.princeton.edu and John D. Storey jstorey@princeton.edu
trigger.link
, trigger.mlink
, trigger.eigenR2
, trigger.net
and trigger.trait
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.