-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.14 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
Package: MicrobiomeExplorer
Type: Package
Title: Tools for Microbiome Analysis and Visualization
Version: 0.1.0
Authors@R:
person("Sabbir", "Hossain", email = "[email protected]", role = c("aut", "cre"))
Description:
MicrobiomeExplorer provides an integrated platform for the comprehensive
analysis of microbiome data. It includes functionalities for preprocessing,
statistical analysis, and advanced visualization, catering specifically to
16S rRNA gene sequencing, metagenomics, and metatranscriptomics data.
biocViews: MicrobiomeAnalysis, Visualization, Bioinformatics
Depends: R (>= 4.1.0)
Imports:
ggplot2,
tidyr,
phyloseq,
vegan,
ComplexHeatmap,
RColorBrewer,
shiny,
DESeq2,
edgeR,
limma,
stats,
methods,
grDevices,
shinydashboard
Suggests:
devtools,
knitr,
rmarkdown,
testthat (>= 3.0.0),
roxygen2 (>= 7.1.1)
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://github.com/itsSabbir/MicrobiomeExplorer
BugReports: https://github.com/itsSabbir/MicrobiomeExplorer/issues
Config/testthat/edition: 3