-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.09 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
Package: OvRSeq
Title: Ovarian Cancer RNA-Seq Analysis Package
Version: 1.4.1
Authors@R: c(
person("Monfort-Lanzas", "Pablo",
email = "[email protected]", role = c("aut", "cre")),
person("Gronauer", "Raphael",
email = "[email protected]", role = "aut"))
Description: OvRSeq is an R package for analyzing RNA sequencing data from ovarian cancer patients. The package includes functions for quality control, normalization, differential gene expression analysis, and pathway analysis. OvaRSeq also provides options for visualization of results, such as heatmaps and volcano plots. The package is designed to be user-friendly and applicable to various types of RNA sequencing data.
License: MIT
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0),
Imports:
ggplot2,
ggExtra,
SummarizedExperiment,
S4Vectors,
caret,
consensusOV,
GSVA,
immunedeconv,
AnnotationDbi,
biomaRt,
ensembldb,
IRanges,
org.Hs.eg.db,
dplyr,
knitr,
reshape2,
rlang,
limma
Suggests:
knitr,
rmarkdown,
RoxygenNote: 7.2.3