-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.31 KB
/
DESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.31 KB
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
46
47
48
49
50
51
Package: QsRutils
Type: Package
Title: R Functions Useful for Community Ecology
Version: 0.2.0
Authors@R: person("John", "Quensen", email = "quensenj@msu.edu",
role = c("aut", "cre"))
Description: A collection of utility functions for community ecology analyses,
with emphasis on workflows using the 'phyloseq' and 'vegan' packages.
Includes functions for normalizing OTU tables, computing alpha diversity
via rarefaction (using a fast C++ implementation), differential abundance
comparisons with compact letter displays, primer checking for amplicon
sequencing, and miscellaneous helpers for ordination plots and taxonomic
name formatting.
Depends:
R (>= 4.1.0)
Imports:
agricolae,
ape,
Biostrings,
dada2,
data.table,
dplyr,
ggplot2,
insect,
multcompView,
magrittr,
phyloseq,
Rcpp,
readr,
scales,
ShortRead,
SRS,
stringr,
tibble,
vegan (>= 2.4-6)
LinkingTo: Rcpp
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Suggests:
dunn.test,
knitr,
rmarkdown,
reshape2,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://github.com/jfq3/QsRutils
BugReports: https://github.com/jfq3/QsRutils/issues
Config/testthat/edition: 3
Additional_repositories: https://bioconductor.org/packages/release/bioc