-
Notifications
You must be signed in to change notification settings - Fork 40
/
DESCRIPTION
26 lines (26 loc) · 1.96 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
Package: GSVA
Version: 2.1.1
Title: Gene Set Variation Analysis for Microarray and RNA-Seq Data
Authors@R: c(person("Robert", "Castelo", role=c("aut", "cre"), email="robert.castelo@upf.edu"),
person("Justin", "Guinney", role="aut", email="jguinney@gmail.com"),
person("Alexey", "Sergushichev", role="ctb", email="alsergbox@gmail.com"),
person("Pablo Sebastian", "Rodriguez", role="ctb", email="pablo.rodriguez.bio2@gmail.com"),
person("Axel", "Klenk", role="ctb", email="axelvolker.klenk@upf.edu"))
Depends: R (>= 3.5.0)
Imports: methods, stats, utils, graphics, S4Vectors, IRanges,
Biobase, SummarizedExperiment, GSEABase, Matrix (>= 1.5-0), parallel,
BiocParallel, SingleCellExperiment, SpatialExperiment, sparseMatrixStats, DelayedArray,
DelayedMatrixStats, HDF5Array, BiocSingular, cli
Suggests: BiocGenerics, RUnit, BiocStyle, knitr, rmarkdown, limma, RColorBrewer,
org.Hs.eg.db, genefilter, edgeR, GSVAdata, shiny, shinydashboard, ggplot2,
data.table, plotly, future, promises, shinybusy, shinyjs
LinkingTo: cli
Description: Gene Set Variation Analysis (GSVA) is a non-parametric, unsupervised method for estimating variation of gene set enrichment through the samples of a expression data set. GSVA performs a change in coordinate systems, transforming the data from a gene by sample matrix to a gene-set by sample matrix, thereby allowing the evaluation of pathway enrichment for each sample. This new matrix of GSVA enrichment scores facilitates applying standard analytical methods like functional enrichment, survival analysis, clustering, CNV-pathway analysis or cross-tissue pathway analysis, in a pathway-centric manner.
License: GPL (>= 2)
VignetteBuilder: knitr
URL: https://github.com/rcastelo/GSVA
BugReports: https://github.com/rcastelo/GSVA/issues
Encoding: UTF-8
biocViews: FunctionalGenomics, Microarray, RNASeq, Pathways, GeneSetEnrichment
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2