-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
29 lines (23 loc) · 1.02 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: preseqR
Type: Package
Title: Predicting Species Accumulation Curves
Version: 4.0.1
Date: 2022-09-05
Authors@R:
c(person("Andrew", "Smith", email="[email protected]", role=c("cre","aut")),
person("Chao", "Deng", email="[email protected]", role="aut"),
person("Timothy", "Daley", email="[email protected]", role="aut"))
Description: Originally an R version of Preseq
<doi:10.1038/nmeth.2375>, this package now has extended
functionality to predict the r-species accumulation curve (r-SAC),
which is the number of species represented at least r times as a
function of the sampling effort. When r = 1, the curve is known as
the species accumulation curve, or the library complexity curve in
high-throughput genomic sequencing. The package includes both
parametric and nonparametric methods, as described by Deng et
al. (2018) <arXiv:1607.02804v3>.
License: GPL-3
URL: https://github.com/smithlabcode/preseqR
BugReports: https://github.com/smithlabcode/preseqR/issues
Imports:
polynom, graphics, stats