Title: | Collection and implementation of public transcriptional cancer signatures |
---|---|
Description: | signifinder is an R package for computing and exploring a compendium of tumor signatures. It allows to compute a variety of signatures, based on gene expression values, and return single-sample scores. Currently, signifinder contains more than 60 distinct signatures collected from the literature, relating to multiple tumors and multiple cancer processes. |
Authors: | Stefania Pirrotta [cre, aut] , Enrica Calura [aut] |
Maintainer: | Stefania Pirrotta <[email protected]> |
License: | AGPL-3 |
Version: | 1.9.1 |
Built: | 2024-12-18 08:43:15 UTC |
Source: | https://github.com/bioc/signifinder |
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
ADOSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr", ...)
ADOSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr", ...)
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
... |
other arguments passed on to the |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) ADOSign(dataset = ovse)
data(ovse) ADOSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
APMSign( dataset, nametype = "SYMBOL", inputType = "microarray", author = "Wang", whichAssay = "norm_expr", hgReference = "hg38", ... )
APMSign( dataset, nametype = "SYMBOL", inputType = "microarray", author = "Wang", whichAssay = "norm_expr", hgReference = "hg38", ... )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
inputType |
character string saying the type of data you are using. Either one of "microarray" or "rnaseq". |
author |
character string saying the first author of the signature
publication. Check it in |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
... |
other arguments passed on to the |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) APMSign(dataset = ovse)
data(ovse) APMSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
ASCSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
ASCSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) ASCSign(dataset = ovse)
data(ovse) ASCSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
autophagySign( dataset, nametype = "SYMBOL", author = "Xu", whichAssay = "norm_expr", hgReference = "hg38" )
autophagySign( dataset, nametype = "SYMBOL", author = "Xu", whichAssay = "norm_expr", hgReference = "hg38" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
author |
character string saying the first author of the signature
publication. Check it in |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) autophagySign(dataset = ovse)
data(ovse) autophagySign(dataset = ovse)
It returns a table with all the information of the signatures collected in signifinder.
availableSignatures( tumor = NULL, tissue = NULL, topic = NULL, requiredInput = NULL, description = TRUE )
availableSignatures( tumor = NULL, tissue = NULL, topic = NULL, requiredInput = NULL, description = TRUE )
tumor |
character vector saying the type of tumors for which signatures are developed. Used to filter the signatures in the table. |
tissue |
character vector saying the type of tissues for which signatures are developed. Used to filter the signatures in the table. |
topic |
character vector saying the signature topics. Used to filter the signatures in the table. |
requiredInput |
character string saying the type of data required in input by the signature. Either one of "microarray", "rnaseq" or "sc". Used to filter the signatures in the table. |
description |
logical. If TRUE it shows the signature's description. |
A data frame with 12 variables:
name of the signature
label of the signature when added inside colData section
name of the function to use to compute the signature
main cancer topic of the signature
tumor type for which the signature was developed
tumor tissue for which the signature was developed
cell type for which the signature was developed
type of data with which the signature was developed
data transformation step performed inside the function starting from the user's 'normArray' or 'normCounts' data
first author of the work in which the signature is described
reference of the work
signature description and how to evaluate its score
...
availableSignatures()
availableSignatures()
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
breastStateSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", isMalignant = NULL, hgReference = "hg38" )
breastStateSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", isMalignant = NULL, hgReference = "hg38" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
isMalignant |
logical vector of the same length of ncol(dataset), where TRUE states malignant cells and FALSE states non-malignant cells. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse)
data(ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
cellCycleSign( dataset, nametype = "SYMBOL", author = "Lundberg", inputType = "microarray", whichAssay = "norm_expr" )
cellCycleSign( dataset, nametype = "SYMBOL", author = "Lundberg", inputType = "microarray", whichAssay = "norm_expr" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
author |
character string saying the first author of the signature
publication. Check it in |
inputType |
character string saying the type of data you are using. Either one of "microarray" or "rnaseq". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) cellCycleSign(dataset = ovse, inputType = "rnaseq")
data(ovse) cellCycleSign(dataset = ovse, inputType = "rnaseq")
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
chemokineSign( dataset, nametype = "SYMBOL", inputType = "microarray", whichAssay = "norm_expr" )
chemokineSign( dataset, nametype = "SYMBOL", inputType = "microarray", whichAssay = "norm_expr" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
inputType |
character string saying the type of data you are using. Either one of "microarray" or "rnaseq". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) chemokineSign(dataset = ovse, inputType = "rnaseq")
data(ovse) chemokineSign(dataset = ovse, inputType = "rnaseq")
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
CINSign( dataset, nametype = "SYMBOL", inputType = "microarray", whichAssay = "norm_expr" )
CINSign( dataset, nametype = "SYMBOL", inputType = "microarray", whichAssay = "norm_expr" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
inputType |
character string saying the type of data you are using. Either one of "microarray" or "rnaseq". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) CINSign(dataset = ovse, inputType = "rnaseq")
data(ovse) CINSign(dataset = ovse, inputType = "rnaseq")
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
CISSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
CISSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) CISSign(dataset = ovse)
data(ovse) CISSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
CombinedSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", hgReference = "hg38", weighted = FALSE )
CombinedSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", hgReference = "hg38", weighted = FALSE )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
weighted |
logical value, saying whether the score should be calculated with or without weights. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) CombinedSign(dataset = ovse)
data(ovse) CombinedSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
consensusOVSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr", ...)
consensusOVSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr", ...)
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
... |
optional parameters to be passed to
|
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) consensusOVSign(dataset = ovse)
data(ovse) consensusOVSign(dataset = ovse)
Given multiple signatures, the function plots signatures correlations.
correlationSignPlot( data, whichSign = NULL, sampleAnnot = NULL, selectByAnnot = NULL )
correlationSignPlot( data, whichSign = NULL, sampleAnnot = NULL, selectByAnnot = NULL )
data |
an object of type SummarizedExperiment. Output of the signatures functions. |
whichSign |
character vector saying the signatures to plot. If not specified, all the signatures inside data will be plotted. Other signatures not computed with signifinder can be added in the vector if they are also included in che colData section of data. |
sampleAnnot |
character vector containing samples' annotations. |
selectByAnnot |
character string saying the subgroup from 'sampleAnnot' used to compute the correlation plot. |
An object of class "openair".
data(ovse) correlationSignPlot(data = ovse)
data(ovse) correlationSignPlot(data = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
COXISSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
COXISSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) COXISSign(dataset = ovse)
data(ovse) COXISSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
DNArepSign( dataset, nametype = "SYMBOL", inputType = "microarray", whichAssay = "norm_expr" )
DNArepSign( dataset, nametype = "SYMBOL", inputType = "microarray", whichAssay = "norm_expr" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
inputType |
character string saying the type of data you are using. Either one of "microarray" or "rnaseq". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) DNArepSign(dataset = ovse, inputType = "rnaseq")
data(ovse) DNArepSign(dataset = ovse, inputType = "rnaseq")
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
ECMSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr", ...)
ECMSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr", ...)
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
... |
other arguments passed on to the |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) ECMSign(dataset = ovse)
data(ovse) ECMSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
EMTSign( dataset, nametype = "SYMBOL", inputType = "microarray", author = "Miow", whichAssay = "norm_expr", hgReference = "hg38", ... )
EMTSign( dataset, nametype = "SYMBOL", inputType = "microarray", author = "Miow", whichAssay = "norm_expr", hgReference = "hg38", ... )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
inputType |
character string saying the type of data you are using. Either one of "microarray" or "rnaseq". |
author |
character string saying the first author of the signature
publication. Check it in |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
... |
other arguments passed on to the |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) EMTSign(dataset = ovse, inputType = "rnaseq")
data(ovse) EMTSign(dataset = ovse, inputType = "rnaseq")
A multipanel plot that shows: (i) a value of the goodness of a signature for the user's dataset. This is a combination of the parameters shown in the other pannels; (ii) the percentage of genes from the signature gene list that are actually available in the dataset; (iii) the percentage of zero values in the signature genes, for each sample; (iv) the correlation between signature scores and the sample total read counts; (v) the correlation between signature scores and the percentage of the sample total zero values.
evaluationSignPlot( data, nametype = "SYMBOL", whichSign = NULL, whichAssay = "norm_expr", sampleAnnot = NULL, selectByAnnot = NULL )
evaluationSignPlot( data, nametype = "SYMBOL", whichSign = NULL, whichAssay = "norm_expr", sampleAnnot = NULL, selectByAnnot = NULL )
data |
an object of type SummarizedExperiment. Output of the signatures functions. |
nametype |
character string saying the type of gene name ID (row names in data). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichSign |
character vector saying the signatures to plot. These must be signatures computed with signifinder. If not specified, all the signatures inside data will be plotted. |
whichAssay |
integer scalar or string indicating which assay of data to use. |
sampleAnnot |
character vector containing samples' annotations. |
selectByAnnot |
character string saying the subgroup from 'sampleAnnot' used to compute the evaluation plot. |
A ggplot
object.
data(ovse) evaluationSignPlot(data = ovse)
data(ovse) evaluationSignPlot(data = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
expandedImmuneSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
expandedImmuneSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) expandedImmuneSign(dataset = ovse)
data(ovse) expandedImmuneSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
ferroptosisSign( dataset, nametype = "SYMBOL", inputType = "rnaseq", author = "Ye", whichAssay = "norm_expr", hgReference = "hg38" )
ferroptosisSign( dataset, nametype = "SYMBOL", inputType = "rnaseq", author = "Ye", whichAssay = "norm_expr", hgReference = "hg38" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
inputType |
character string saying the type of data you are using. Either one of "microarray" or "rnaseq". |
author |
character string saying the first author of the signature
publication. Check it in |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) ferroptosisSign(dataset = ovse)
data(ovse) ferroptosisSign(dataset = ovse)
Given one or multiple signatures, the function returns a heatmap of the expression values of the genes included in each of them.
geneHeatmapSignPlot( data, nametype = "SYMBOL", whichSign, logCount = FALSE, whichAssay = "norm_expr", splitBySign = FALSE, sampleAnnot = NULL, splitBySampleAnnot = FALSE, ... )
geneHeatmapSignPlot( data, nametype = "SYMBOL", whichSign, logCount = FALSE, whichAssay = "norm_expr", splitBySign = FALSE, sampleAnnot = NULL, splitBySampleAnnot = FALSE, ... )
data |
an object of type SummarizedExperiment. Output of the signatures functions. |
nametype |
character string saying the type of gene name ID (row names in data). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichSign |
character vector saying the signatures to plot. These must be signatures computed with signifinder. |
logCount |
logical. If TRUE it shows logarithms of expression values. |
whichAssay |
integer scalar or string indicating which assay of data to use. |
splitBySign |
logical. If TRUE it splits rows by signatures. |
sampleAnnot |
vector containing samples' annotations. |
splitBySampleAnnot |
logical. If TRUE it splits columns by samples' annotations. |
... |
other parameters specific of the function
|
A Heatmap-class
object.
data(ovse) geneHeatmapSignPlot(data = ovse, whichSign = "Ferroptosis_Ye")
data(ovse) geneHeatmapSignPlot(data = ovse, whichSign = "Ferroptosis_Ye")
This function returns the list of genes of a signature.
getSignGenes(whichSign)
getSignGenes(whichSign)
whichSign |
name of the signature. The names are those in column
'signature' from the table which is obtained by
|
A dataframe object with "SYMBOL" in the first column. Some signatures have also additional colums: "coeff" for coefficients that weigh the gene contributions; "class" for a classification that divides the signature in two or more groups. Few signatures have other specific columns.
getSignGenes("EMT_Miow")
getSignGenes("EMT_Miow")
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
glioCellStateSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", isMalignant = NULL, hgReference = "hg38" )
glioCellStateSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", isMalignant = NULL, hgReference = "hg38" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
isMalignant |
logical vector of the same length of ncol(dataset), where TRUE states malignant cells and FALSE states non-malignant cells. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse)
data(ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
glycolysisSign( dataset, nametype = "SYMBOL", author = "Zhang", whichAssay = "norm_expr" )
glycolysisSign( dataset, nametype = "SYMBOL", author = "Zhang", whichAssay = "norm_expr" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
author |
character string saying the first author of the signature
publication. Check it in |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) glycolysisSign(dataset = ovse)
data(ovse) glycolysisSign(dataset = ovse)
Given one or multiple signatures, the function returns a heatmap of scores. Since each signature has its own method to compute the score then to plot several signatures together the scores are transformed into z-score, individually for each signature.
heatmapSignPlot( data, whichSign = NULL, clusterBySign = NULL, sampleAnnot = NULL, signAnnot = NULL, splitBySampleAnnot = FALSE, ... )
heatmapSignPlot( data, whichSign = NULL, clusterBySign = NULL, sampleAnnot = NULL, signAnnot = NULL, splitBySampleAnnot = FALSE, ... )
data |
an object of type SummarizedExperiment. Output of the signatures functions. |
whichSign |
character vector saying the signatures to plot. If not specified, all the signatures inside data will be plotted. Other signatures not computed with signifinder can be added in the vector if they are also included in che colData section of data. |
clusterBySign |
character vector saying one or more signatures to use to cluster columns. |
sampleAnnot |
vector containing samples' annotations. |
signAnnot |
character vector of signature's annotations. One or more between: "signature", "topic", "tumor", "tissue". |
splitBySampleAnnot |
logical. If TRUE it splits columns by samples' annotations. |
... |
other parameters specific of the function
|
A Heatmap-class
object.
data(ovse) heatmapSignPlot(data = ovse)
data(ovse) heatmapSignPlot(data = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
HRDSSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
HRDSSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) HRDSSign(dataset = ovse)
data(ovse) HRDSSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
hypoxiaSign( dataset, nametype = "SYMBOL", inputType = "microarray", whichAssay = "norm_expr" )
hypoxiaSign( dataset, nametype = "SYMBOL", inputType = "microarray", whichAssay = "norm_expr" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
inputType |
character string saying the type of data you are using. Either one of "microarray" or "rnaseq". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) hypoxiaSign(dataset = ovse, inputType = "rnaseq")
data(ovse) hypoxiaSign(dataset = ovse, inputType = "rnaseq")
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
ICBResponseSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
ICBResponseSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) ICBResponseSign(dataset = ovse)
data(ovse) ICBResponseSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
IFNSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
IFNSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) IFNSign(dataset = ovse)
data(ovse) IFNSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
immuneCytSign( dataset, nametype = "SYMBOL", inputType = "microarray", author = "Rooney", whichAssay = "norm_expr", hgReference = "hg38" )
immuneCytSign( dataset, nametype = "SYMBOL", inputType = "microarray", author = "Rooney", whichAssay = "norm_expr", hgReference = "hg38" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
inputType |
character string saying the type of data you are using. Either one of "microarray" or "rnaseq". |
author |
character string saying the first author of the signature
publication. Check it in |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) immuneCytSign(dataset = ovse, inputType = "rnaseq")
data(ovse) immuneCytSign(dataset = ovse, inputType = "rnaseq")
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
immunoScoreSign( dataset, nametype = "SYMBOL", author = "Hao", inputType = "rnaseq", whichAssay = "norm_expr", hgReference = "hg38" )
immunoScoreSign( dataset, nametype = "SYMBOL", author = "Hao", inputType = "rnaseq", whichAssay = "norm_expr", hgReference = "hg38" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
author |
character string saying the first author of the signature
publication. Check it in |
inputType |
character string saying the type of data you are using. Either one of "microarray" or "rnaseq". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) immunoScoreSign(dataset = ovse)
data(ovse) immunoScoreSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
IPRESSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", hgReference = "hg38", ... )
IPRESSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", hgReference = "hg38", ... )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
... |
other arguments passed on to the |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) IPRESSign(dataset = ovse)
data(ovse) IPRESSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
IPSOVSign( dataset, nametype = "SYMBOL", inputType = "microarray", whichAssay = "norm_expr", ... )
IPSOVSign( dataset, nametype = "SYMBOL", inputType = "microarray", whichAssay = "norm_expr", ... )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
inputType |
character string saying the type of data you are using. Either one of "microarray" or "rnaseq". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
... |
other arguments passed on to the |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) IPSOVSign(dataset = ovse)
data(ovse) IPSOVSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
IPSSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", hgReference = "hg38" )
IPSSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", hgReference = "hg38" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) IPSSign(dataset = ovse)
data(ovse) IPSSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
IRGSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
IRGSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) IRGSign(dataset = ovse)
data(ovse) IRGSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
ISCSign( dataset, nametype = "SYMBOL", inputType = "microarray", whichAssay = "norm_expr" )
ISCSign( dataset, nametype = "SYMBOL", inputType = "microarray", whichAssay = "norm_expr" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
inputType |
character string saying the type of data you are using. Either one of "microarray" or "rnaseq". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) ISCSign(dataset = ovse, inputType = "rnaseq")
data(ovse) ISCSign(dataset = ovse, inputType = "rnaseq")
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
lipidMetabolismSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
lipidMetabolismSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) lipidMetabolismSign(dataset = ovse)
data(ovse) lipidMetabolismSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
LRRC15CAFSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
LRRC15CAFSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) LRRC15CAFSign(dataset = ovse)
data(ovse) LRRC15CAFSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
matrisomeSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
matrisomeSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) matrisomeSign(dataset = ovse)
data(ovse) matrisomeSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
melStateSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", isMalignant = NULL, hgReference = "hg38" )
melStateSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", isMalignant = NULL, hgReference = "hg38" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
isMalignant |
logical vector of the same length of ncol(dataset), where TRUE states malignant cells and FALSE states non-malignant cells. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse)
data(ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
MITFlowPTENnegSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
MITFlowPTENnegSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) MITFlowPTENnegSign(dataset = ovse)
data(ovse) MITFlowPTENnegSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
mitoticIndexSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
mitoticIndexSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) mitoticIndexSign(dataset = ovse)
data(ovse) mitoticIndexSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
MPSSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", hgReference = "hg38" )
MPSSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", hgReference = "hg38" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) MPSSign(dataset = ovse)
data(ovse) MPSSign(dataset = ovse)
This function computes all the signatures for a specific 'inputType'. Further, it is possible to select specific signatures setting the 'tumor', the 'tissue' and/or the 'topic'.
multipleSign( dataset, nametype = "SYMBOL", inputType = "rnaseq", whichAssay = "norm_expr", whichSign = NULL, tumor = NULL, tissue = NULL, topic = NULL, ... )
multipleSign( dataset, nametype = "SYMBOL", inputType = "rnaseq", whichAssay = "norm_expr", whichSign = NULL, tumor = NULL, tissue = NULL, topic = NULL, ... )
dataset |
Expression values. A data frame or a matrix where rows
correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
inputType |
character vector saying the type of data you are using. When working with bulk data this should be either one of "microarray" or "rnaseq". When working with single-cell data and spatial transcriptomics data this could be "sc" to compute only signatures developed by single-cell data or c("rnaseq", "sc") to compute all the signatures. |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
whichSign |
character vector saying the signatures to compute. |
tumor |
character vector saying the tumor types. Signatures from that tumors will be computed (this can also be "pan-cancer"). |
tissue |
character vector saying the tumor tissues. Signatures from that tissues will be computed (this can also be "pan-tissue"). |
topic |
character vector saying signatures topics. Signatures having that topics will be computed. |
... |
other arguments passed on to the signature functions. |
A SummarizedExperiment object in which the signatures' scores
are added in the colData
section.
data(ovse) multipleSign(dataset = ovse) multipleSign(dataset = ovse, tissue = "ovary")
data(ovse) multipleSign(dataset = ovse) multipleSign(dataset = ovse, tissue = "ovary")
Given signatures' scores, it returns a scatterplot of samples' scores and a barplot of the density distribution of samples' scores.
oneSignPlot(data, whichSign, statistics = NULL)
oneSignPlot(data, whichSign, statistics = NULL)
data |
an object of type SummarizedExperiment. Output of the signatures functions. |
whichSign |
character string saying the signature to plot. This must be a signature computed with signifinder. |
statistics |
character string saying the statistics to be plotted in the graph. Either one of "mean", "median" or "quantiles". |
A ggplot
object.
data(ovse) oneSignPlot(data = ovse, whichSign = "Ferroptosis_Ye")
data(ovse) oneSignPlot(data = ovse, whichSign = "Ferroptosis_Ye")
This is an example dataset containing gene expression values (in normalized
counts, TPM, CPM, and FPKM) of 40 ovarian cancer (OVC) patients extracted
from the Cancer Genome Atlas (TCGA) database.
This dataset should be used only with example purpose.
RNA sequencing OVC data were retrieved using
curatedTCGAData
package. Data were then
normalized with the betweenLaneNormalization
function.
To lighten the dataset, the consensusOVSign
function was computed, which return 4 different scores, one for each OVC
subtype (Chen et al, 2018, Clinical Cancer Research) and the 10 samples
with the highest scores were selected for each subgroup.
Further, only the genes used for the signatures computation were kept.
Finally, all the signatures available in signifinder for OVC plus all the
pan-cancer signatures were computed.
Further details in signifinder/inst/scripts/howToGenerateOvse.Rmd.
data(ovse)
data(ovse)
An object of class SummarizedExperiment
with 3180 rows and 40 columns.
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
PassONSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", hgReference = "hg38", ... )
PassONSign( dataset, nametype = "SYMBOL", whichAssay = "norm_expr", hgReference = "hg38", ... )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
... |
other arguments passed on to the |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) PassONSign(dataset = ovse)
data(ovse) PassONSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
pyroptosisSign( dataset, nametype = "SYMBOL", inputType = "rnaseq", author = "Ye", whichAssay = "norm_expr", hgReference = "hg38" )
pyroptosisSign( dataset, nametype = "SYMBOL", inputType = "rnaseq", author = "Ye", whichAssay = "norm_expr", hgReference = "hg38" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
inputType |
character string saying the type of data you are using. Either one of "microarray" or "rnaseq". |
author |
character string saying the first author of the signature
publication. Check it in |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) pyroptosisSign(dataset = ovse)
data(ovse) pyroptosisSign(dataset = ovse)
Given multiple signatures, the function plots scores density distribution.
ridgelineSignPlot( data, whichSign = NULL, groupByAnnot = NULL, selectByAnnot = NULL, ... )
ridgelineSignPlot( data, whichSign = NULL, groupByAnnot = NULL, selectByAnnot = NULL, ... )
data |
an object of type SummarizedExperiment. Output of the signatures functions. |
whichSign |
character vector saying the signatures to plot. If not specified, all the signatures inside data will be plotted. Other signatures not computed with signifinder can be added in the vector if they are also included in che colData section of data. |
groupByAnnot |
character vector containing samples' annotations. |
selectByAnnot |
character string saying the subgroup from 'groupByAnnot' used to compute the ridgeline plot. |
... |
other parameters specific of the functions
|
A ggplot
object.
data(ovse) ridgelineSignPlot(data = ovse)
data(ovse) ridgelineSignPlot(data = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
stemCellCD49fSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
stemCellCD49fSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) stemCellCD49fSign(dataset = ovse)
data(ovse) stemCellCD49fSign(dataset = ovse)
Given a signature and samples' survival data, the function plots survival
curves for that signature. This is a wrapper around
survfit
, that creates survival curves from a model
formula. Here, the response variable in the formula is a survival object
created by Surv
. Survival curves are then passed to
the ggsurvplot
function.
For details about the statistics see
survfit
and Surv
.
survivalSignPlot( data, survData, whichSign, cutpoint = "mean", sampleAnnot = NULL, selectByAnnot = NULL )
survivalSignPlot( data, survData, whichSign, cutpoint = "mean", sampleAnnot = NULL, selectByAnnot = NULL )
data |
an object of type SummarizedExperiment. Output of the signatures functions. |
survData |
a dataframe with samples on rows and two columns. The first
column holds survival data of time, indicating the follow up times; the
second holds data of the survival status, normally 0=alive and 1=dead. For
further details check |
whichSign |
character string saying the signature to plot. This must be a signature computed with signifinder. |
cutpoint |
a character string (one of: "median", "mean" and "optimal")
or a numeric value, which divide samples between high scores and low scores.
The function computes the threshold with the method indicated or employs the
values directly supplied by the user. Based on that number, it divides
samples. In case of "optimal" the |
sampleAnnot |
a categorical vector containing samples' annotations named with samples names equal to the row names used in 'survData'. |
selectByAnnot |
character string saying the subgroup from 'sampleAnnot' used to compute the survival analysis. |
A ggplot
object.
data(ovse) mysurvData <- cbind(ovse$os, ovse$status) rownames(mysurvData) <- rownames(SummarizedExperiment::colData(ovse)) survivalSignPlot( data = ovse, survData = mysurvData, whichSign = "Ferroptosis_Ye" )
data(ovse) mysurvData <- cbind(ovse$os, ovse$status) rownames(mysurvData) <- rownames(SummarizedExperiment::colData(ovse)) survivalSignPlot( data = ovse, survData = mysurvData, whichSign = "Ferroptosis_Ye" )
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
TGFBSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
TGFBSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) TGFBSign(dataset = ovse)
data(ovse) TGFBSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
TinflamSign( dataset, nametype = "SYMBOL", author = "Ayers", whichAssay = "norm_expr", hgReference = "hg38" )
TinflamSign( dataset, nametype = "SYMBOL", author = "Ayers", whichAssay = "norm_expr", hgReference = "hg38" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
author |
character string saying the first author of the signature
publication. Check it in |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
hgReference |
character string saying the human reference genome. Either one of "hg19" or "hg38". |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) TinflamSign(dataset = ovse)
data(ovse) TinflamSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
TLSSign( dataset, nametype = "SYMBOL", inputType = "rnaseq", whichAssay = "norm_expr" )
TLSSign( dataset, nametype = "SYMBOL", inputType = "rnaseq", whichAssay = "norm_expr" )
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
inputType |
character string saying the type of data you are using. Either one of "microarray" or "rnaseq". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) TLSSign(dataset = ovse)
data(ovse) TLSSign(dataset = ovse)
This signature is computed accordingly to the reference paper,
to have more details explore the function
availableSignatures
.
VEGFSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
VEGFSign(dataset, nametype = "SYMBOL", whichAssay = "norm_expr")
dataset |
Normalized expression values. A data frame or a matrix
where rows correspond to genes and columns correspond to samples.
Alternatively, an object of type SummarizedExperiment,
|
nametype |
character string saying the type of gene name ID (row names in dataset). Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
whichAssay |
integer scalar or string indicating which assay of dataset to use. |
If dataset is a SummarizedExperiment object, then
scores are added in the colData
section.
If dataset is a data frame or a matrix, then a
SummarizedExperiment object is created in which scores are
added in the colData
section.
data(ovse) VEGFSign(dataset = ovse)
data(ovse) VEGFSign(dataset = ovse)