plotRSS | R Documentation |
Plots an overview of the regulon specificity score
plotRSS(
rss,
labelsToDiscard = NULL,
zThreshold = 1,
cluster_columns = FALSE,
order_rows = TRUE,
thr = 0.01,
varName = "cellType",
col.low = "grey90",
col.mid = "darkolivegreen3",
col.high = "darkgreen",
revCol = FALSE,
verbose = TRUE
)
rss |
Output of calcRSS() |
labelsToDiscard |
Cell labels to ignore (i.e. do not plot). IMPORTANT: All cells in the analysis should be included when calculating the RSS. |
zThreshold |
|
cluster_columns |
|
order_rows |
|
thr |
|
varName |
|
col.low |
|
col.mid |
|
col.high |
|
verbose |
|
setName |
Gene-set or cell type name to plot with plotRSS_oneSet() |
n |
Number of top regulons to label in plotRSS_oneSet(). Default: 5 |
Matrix with the regulon specificity scores
# TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.