-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: MatrixEQTL
Type: Package
Title: Matrix eQTL: Ultra Fast eQTL Analysis via Large Matrix Operations
Version: 2.3
Date: 2019-12-04
Authors@R: person( "Andrey A", "Shabalin",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0309-6821"))
Description: Matrix eQTL is designed for fast eQTL analysis on large datasets.
Matrix eQTL can test for association between genotype
and gene expression using linear regression
with either additive or ANOVA genotype effects.
The models can include covariates to account for factors
as population stratification, gender, and clinical variables.
It also supports models with heteroscedastic and/or correlated errors,
false discovery rate estimation and
separate treatment of local (cis) and distant (trans) eQTLs.
For more details see Shabalin (2012) <doi:10.1093/bioinformatics/bts163>.
License: LGPL-3
LazyLoad: yes
BugReports: https://github.com/andreyshabalin/MatrixEQTL/issues
URL: http://www.bios.unc.edu/research/genomic_software/Matrix_eQTL/
Depends: R (>= 2.12.0), methods, utils, graphics, stats