View source: R/plot_FRmatch_cell2cluster.R
plot_FRmatch_cell2cluster | R Documentation |
This function takes in the FRmatch_cell2cluster
output and generates plots for the matching results.
plot_FRmatch_cell2cluster(
rst.cell2cluster,
type = "match",
p.adj.method = "BH",
sig.level = 0.1,
reorder = TRUE,
return.value = FALSE,
main = NULL,
filename = NA,
width = NULL,
height = NULL
)
rst.cell2cluster |
The |
type |
If |
p.adj.method |
P-value adjustment method for multiple hypothesis testing correction. Default: |
sig.level |
Numeric variable that specifies the significance level of adjusted p-value. A MATCH is > |
reorder |
Boolean variable indicating if to reorder the columns so that matches are aligned along the diagonal.
It improves the interpretability of the one-way match plot. Default: |
return.value |
Boolean variable indicating if to return the plotted values. Default: |
filename , width , height |
Plotting parameters passed to |
If return.value = TRUE
, a matrix of plotted.values
, and pmat.adj
and cell2cluster.adj
after adjustment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.