View source: R/CommPath-visualization.R
dotPlot.pathway | R Documentation |
To present a dot plot for top ligand-receptor pairs involved in the specific pathways in the selected clusters
dotPlot.pathway(
object,
acti.path.filtered.dat,
pathway,
ligand.ident = NULL,
receptor.ident = NULL,
ident.levels = NULL,
top.n.inter = 10,
return.data = FALSE
)
object |
CommPath object |
acti.path.filtered.dat |
Data frame of differential activation test result of filtered from diffAllPath |
pathway |
To present a dot plot for ligand-receptor pairs involved in which pathway |
ligand.ident |
Vector containing the ligand ident |
receptor.ident |
Vector containing the receptor ident |
ident.levels |
Vector of levels of the identities |
top.n.inter |
Show the dotplot for the top n LR pairs with the largest product of Log2FC |
return.data |
Logical value indicating whether to return the data for the plot or not |
Dotplot showing the ligand-receptor interaction involved in the specific pathways in the selected clusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.