-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
45 lines (45 loc) · 1.63 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: lfa
Title: Logistic Factor Analysis for Categorical Data
Version: 2.3.0
Authors@R: c(
person(given = "Wei",
family = "Hao",
role = "aut",
email = "[email protected]"),
person(given = "Minsun",
family = "Song",
role = "aut"),
person(given = "Alejandro",
family = "Ochoa",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4928-3403")),
person(given = "John D.",
family = "Storey",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5992-402X"))
)
Encoding: UTF-8
LazyData: true
Description: Logistic Factor Analysis is a method for a PCA analogue on Binomial data via estimation of latent structure in the natural parameter. The main method estimates genetic population structure from genotype data. There are also methods for estimating individual-specific allele frequencies using the population structure. Lastly, a structured Hardy-Weinberg equilibrium (HWE) test is developed, which quantifies the goodness of fit of the genotype data to the estimated population structure, via the estimated individual-specific allele frequencies (all of which generalizes traditional HWE tests).
Imports:
utils,
methods,
corpcor,
RSpectra
Depends:
R (>= 4.0)
Suggests:
knitr,
ggplot2,
testthat,
BEDMatrix,
genio
VignetteBuilder: knitr
License: GPL (>= 3)
biocViews: SNP, DimensionReduction, PrincipalComponent, Regression
BugReports: https://github.com/StoreyLab/lfa/issues
URL: https://github.com/StoreyLab/lfa
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3