-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.67 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: polyRAD
Version: 2.0.0.9003
Date: 2023-12-16
Title: Genotype Calling with Uncertainty from Sequencing Data in Polyploids and Diploids
Authors@R: c(person("Lindsay V.", "Clark", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3881-9252")),
person("U.S. National Science Foundation", role = "fnd"))
Author: Lindsay V. Clark [aut, cre] (<https://orcid.org/0000-0002-3881-9252>),
U.S. National Science Foundation [fnd]
Maintainer: Lindsay V. Clark <[email protected]>
Depends: R (>= 3.5.0), methods
Imports: fastmatch, pcaMethods, Rcpp, stringi
Suggests: rrBLUP, Rsamtools, GenomeInfoDb, Biostrings, GenomicRanges, VariantAnnotation,
SummarizedExperiment, S4Vectors, IRanges, BiocGenerics, knitr, rmarkdown,
GenomicFeatures, ggplot2, adegenet
LinkingTo: Rcpp
VignetteBuilder: knitr, rmarkdown
Description: Read depth data from genotyping-by-sequencing (GBS) or restriction
site-associated DNA sequencing (RAD-seq) are imported and used to make Bayesian
probability estimates of genotypes in polyploids or diploids. The genotype
probabilities, posterior mean genotypes, or most probable genotypes can then
be exported for downstream analysis. 'polyRAD' is described by Clark et al.
(2019) <doi:10.1534/g3.118.200913>, and the Hind/He statistic for marker
filtering is described by Clark et al. (2022) <doi:10.1186/s12859-022-04635-9>.
A variant calling pipeline for highly duplicated genomes is also included and
is described by Clark et al. (2020, Version 1) <doi:10.1101/2020.01.11.902890>.
License: GPL (>= 2)
URL: https://github.com/lvclark/polyRAD