-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1015 Bytes
/
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
Package: GCclassifier
Type: Package
Title: GCclassifier: an R package for the prediction of molecular subtypes of gastric cancer
Version: 0.1.1
Date: 2022-11-21
Author@R: person("Jiang", "Li", email="jli.ww@my.cityu.edu.hk",
role=c("aut", "cre"))
Description: Gastric cancer (GC) can be divided into gene expression-based and biologically distinct molecular subtypes. This package is to built to predict gastric cancer samples based on their log2 scaled gene expression profiles (GEP).
Imports:
impute,
dplyr,
BiocStyle,
survminer,
magrittr,
AnnotationDbi,
randomForest,
org.Hs.eg.db,
BiocManager,
shiny,
DT,
shinyjs
Depends:
R (>= 4.1.0)
License: GPL-3
Encoding: UTF-8
URL: https://github.com/Ronlee12355/GCclassifier
BugReports: https://github.com/Ronlee12355/GCclassifier/issues
LazyData: true
RoxygenNote: 7.1.2
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr