annotate MatrixEQTL/demo/00Index @ 3:ae74f8fb3aef draft

Uploaded
author jasonxu
date Fri, 12 Mar 2021 08:20:57 +0000
parents cd4c8e4a4b5b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cd4c8e4a4b5b Uploaded
jasonxu
parents:
diff changeset
1 a.nocvrt Test that Matrix eQTL gives correct estimates for additive linear model. Homoscedastic case without covariates.
cd4c8e4a4b5b Uploaded
jasonxu
parents:
diff changeset
2 b.cvrt Test that Matrix eQTL gives correct estimates for additive linear model. Homoscedastic case with covariates.
cd4c8e4a4b5b Uploaded
jasonxu
parents:
diff changeset
3 c.weights Test that Matrix eQTL gives correct estimates for additive linear model. Heteroscedastic case with covariates.
cd4c8e4a4b5b Uploaded
jasonxu
parents:
diff changeset
4 d.ANOVA Test that Matrix eQTL gives correct estimates for ANOVA linear model with 3 groups. Heteroscedastic case with covariates.
cd4c8e4a4b5b Uploaded
jasonxu
parents:
diff changeset
5 d.ANOVA5 Test that Matrix eQTL gives correct estimates for ANOVA linear model with 5 groups. Heteroscedastic case with covariates.
cd4c8e4a4b5b Uploaded
jasonxu
parents:
diff changeset
6 e.interaction Test that Matrix eQTL gives correct estimates for linear model with genotype-covariate interaction. Heteroscedastic case with covariates.
cd4c8e4a4b5b Uploaded
jasonxu
parents:
diff changeset
7 p.hist Sample code for plotting histogram of p-values
cd4c8e4a4b5b Uploaded
jasonxu
parents:
diff changeset
8 q.qqplot Sample code for plotting QQ-plot of p-values
cd4c8e4a4b5b Uploaded
jasonxu
parents:
diff changeset
9 sample.all Sample code for eQTL analysis of the toy data set.
cd4c8e4a4b5b Uploaded
jasonxu
parents:
diff changeset
10 sample.cis Sample code for eQTL analysis of the toy data set with separate p-value thresholds and FDR estimation for cis- and trans-eQTLs.