plotSigGene | R Documentation |
plot signature genes
plotSigGene(
obj.list,
gene.core.tb,
out.prefix,
assay.name = "exprs",
adjB = NULL,
meta.cluster = NULL,
meta.info.tb = NULL,
meta.col = "metaCluster",
p.ncol = 2,
pdf.width = NULL,
pdf.height = NULL,
verbose = F,
ptype = "heatmap",
ncores = 16,
...
)
obj.list |
object; named list of object of |
gene.core.tb |
data.frame; signature genes |
out.prefix |
character; output prefix |
assay.name |
character; which assay (default: "exprs") |
adjB |
character; batch column of the colData(obj). (default: NULL) |
meta.cluster |
character; (default: NULL) |
meta.info.tb |
data.frame; cell information table (default: NULL) |
meta.col |
character; column in meta.info.tb, by which to group cells (default: "meta.cluster") |
p.ncol |
integer; number of columns in the violin plot (default: 2) |
pdf.width |
double; width of the output plot (default: NULL) |
pdf.height |
double; height of the output plot (default: NULL) |
verbose |
logical; (default: FALSE) |
ptype |
character; (default: "heatmap") |
ncores |
integer; number of CPU to used (default: 16) |
... |
parameters passed to plotting methods |
make some plot(s) of signature genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.