Plot super-cell NW colored by an expression of a gene (gradient color)
supercell_plot_GE(
SC.nw,
ge,
color.use = c("gray", "blue"),
n.color.gradient = 10,
main = NA,
legend.side = 4,
gene.name = NULL,
...
)
plot of a super-cell network with color representing an expression level
a super-cell network (a field supercell_network
of the output of SCimplify)
a gene expression vector (same length as number of super-cells)
colors of gradient
number of bins of the gradient, default is 10
plot title
a side parameter of gradientLegend function (default is 4)
name of gene of for which gene expression is plotted
rest of the parameters of supercell_plot function