-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.54 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
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: SurfR
Type: Package
Title: Surface Protein Prediction and Identification
Version: 1.3.6
Authors@R: c(person("Aurora", "Maurizio", email="[email protected]", role = c("aut","cre"), comment = c(ORCID = "0000-0002-7194-4637")),
person("Anna Sofia", "Tascini", email="[email protected]", role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-5731-5490")))
Description: Identify Surface Protein coding genes from a list of candidates.
Systematically download data from GEO and TCGA or use your own data.
Perform DGE on bulk RNAseq data.
Perform Meta-analysis. Descriptive enrichment analysis and plots.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: false
BugReports: https://github.com/auroramaurizio/SurfR/issues
URL: https://github.com/auroramaurizio/SurfR
biocViews: Software, Sequencing, RNASeq, GeneExpression, Transcription, DifferentialExpression,
PrincipalComponent, GeneSetEnrichment, Pathways, BatchEffect,
FunctionalGenomics, Visualization, DataImport, FunctionalPrediction, GenePrediction, GO
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Imports:
httr,
BiocFileCache,
SPsimSeq,
DESeq2,
edgeR,
openxlsx,
stringr,
rhdf5,
ggplot2,
ggrepel,
stats,
magrittr,
assertr,
tidyr,
dplyr,
TCGAbiolinks,
biomaRt,
metaRNASeq,
scales,
venn,
gridExtra,
SummarizedExperiment,
knitr,
rjson,
grDevices,
graphics,
curl,
utils
Depends:
R (>= 4.3.0)
Suggests:
BiocStyle,
testthat (>= 3.0.0)
Config/testthat/edition: 3