-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
29 lines (29 loc) · 1.21 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
Package: genphen
Type: Package
Title: genphen: tool for quantification of genotype-phenotype
associations in genome wide association studies (GWAS)
Version: 1.21.2
Date: 2021-10-01
Authors@R:
person(given = "Simo",
family = "Kitanovski",
role = c("aut", "cre"),
email = "[email protected]")
Description: Genetic association studies help us discover relationships between
genotypes and phenotype. genphen is a computational tool for quantification
of genotype-phenotype associations using a hybrid approach based on
statistical learning techniques and probabilistic models that are analyzed
computationally by Bayes inference.
License: GPL (>= 2)
Depends: R (>= 3.5.0), Rcpp (>= 0.12.17), methods, stats, graphics
Imports: rstan (>= 2.17.3), ranger, parallel,
foreach, doParallel, e1071, Biostrings, rPref
Suggests: testthat, ggplot2, gridExtra, ape, ggrepel, knitr, reshape, xtable
LazyLoad: yes
ByteCompile: true
NeedsCompilation: no
Encoding: UTF-8
BugReports: https://github.com/snaketron/genphen/issues
biocViews: GenomeWideAssociation, Regression, Classification,
SupportVectorMachine, Genetics, SequenceMatching, Bayesian,
FeatureExtraction, Sequencing