| PlotHistogram | R Documentation |
Plot a histogram for a pair of ligand and receptor.
PlotHistogram(
object,
ligand,
receptor,
ligand.ident,
receptor.ident,
fix.breaks = TRUE,
nbins = 100,
freq = FALSE,
cols.use = c("pink", "lightblue"),
alpha = 0.7,
...
)
object |
Matchmaker object. |
ligand |
Ligand name. |
receptor |
Receptor name. |
ligand.ident |
Cell identity to plot for ligand. |
receptor.ident |
Cell identity to plot for receptor. |
fix.breaks |
Whether to fix the |
nbins |
Number of bins to use for histogram. Default is 100. |
freq |
Histogram of frequencies. Default is FALSE. |
cols.use |
Two color code used for ligand and receptor. Default is pink and lightblue. |
alpha |
Color transparency. Default is 0.7. |
... |
Additional argument passing to |
Plot a histogram plot.
## Not run: PlotHistogram(object, ligand = "CSF1", receptor = "CSF1R", ligand.ident = "Tumor", receptor = "Macrophages") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.