-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.01 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.01 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
Package: MegaR
Type: Package
Title: An interactive R package for Metagenomic Data Analysis for Disease
Prediction
Version: 1.0
Depends: R (>= 3.4)
Authors@R: c(person("Eliza", "Dhungel", role = c("aut", "cre"),
email = "eliza.dhungel@slu.edu"),
person("Ted", "Ahn",
email="ted.ahn@slu.edu" ,role = "aut")
)
Maintainer: Eliza Dhungel <eliza.dungel@slu.edu>
Description: MegaR helps in building predictive models to classify metagenomic
samples.
models and check the training and testing accuracy of the model and Built
models can also be validated and used for predicting unknown samples.
License: file LICENSE
Encoding: UTF-8
LazyData: true
biocViews:
Imports:
shiny,
shinythemes,
shinydashboard,
randomForest,
stringr,
plyr,
ggplot2,
RColorBrewer,
caret,
DT,
graphics,
MLeval,
edgeR,
biomaRt,
kernlab,
e1071
RoxygenNote: 7.0.0