Description Usage Arguments Value Functions
Run GSVA analysis on a SingleCellExperiment object
1 2 3 4 5 6 7 8 9 10 11 |
inSCE |
Input SingleCellExperiment object. |
useAssay |
Indicate which assay to use. The default is "logcounts" |
pathwayNames |
List of pathway names to run, depending on pathwaySource parameter. |
... |
Parameters to pass to gsva() |
gsvaData |
GSVA data to plot. Required. |
plotType |
The type of plot to use, "Violin" or "Heatmap". Required. |
condition |
The condition(s) to use for the Violin plot, or the condition(s) to add as color bars above the Heatmap. Required for Violin, optional for Heatmap. |
show_column_names |
Display the column labels on the heatmap. The default is TRUE |
show_row_names |
Display the row labels on the heatmap. The default is TRUE. |
text_size |
Text size for plots. The default is 12 |
gsvaSCE(): A data.frame of pathway activity scores from GSVA.
gsvaPlot(): The requested plot of the GSVA results.
gsvaPlot
: Plot GSVA results.
Plot GSVA Results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.