trigger
for genomewide Expression-trait QTL analysis. This function estimates the linkage statistic and parametric p-value for each gene expression to every locus in the genome.
"trigger.link"(triggerobj, gender = NULL, norm = TRUE)
trigger
.gender
of each sample should be specified.TRUE
, each row of expression matrix exp
in the triggerobj
will be transformed to follow a standard normal distribution, based on the rank of value.trigger
containing slots:
stat
matrix.slot(triggerobj, "stat")
and slot(triggerobj, "pvalue")
to retrieve the values.
plot and trigger.mlink
## Not run:
# data(yeast)
# attach(yeast)
# triggerobj <- trigger.build(marker = marker, exp = exp,
# marker.pos = marker.pos, exp.pos = exp.pos)
# triggerobj <- trigger.link(triggerobj, gender = NULL, norm = TRUE)
# plot(triggerobj,type = "link", cutoff = 1e-5)
# stat = slot(triggerobj, "stat"); pvalue = slot(triggerobj, "pvalue")
# detach(yeast)
#
# ## End(Not run)
Run the code above in your browser using DataLab