Description Usage Arguments Value Examples
View source: R/DifferentialGene.R
PlotMarkerHeatmap will visualize global marker This function will generate global marker gene heatmap
1 2 3 4 5 6 7 8 9 | PlotMarkerHeatmap(
Globalmarkers = NULL,
object = NULL,
idents = NULL,
top.gene = 50,
p.adj = 0.05,
scale = "row",
label.size = 1
)
|
Globalmarkers |
output from FindGlobalMarkers |
object |
input IRISFGM object |
idents |
set current idents |
top.gene |
this number of genes will be used for generating heatmap |
p.adj |
adjusted pvalue cutoff for gene selection threshold |
scale |
character indicating if the values should be centered and scaled in either the row direction or the column direction, or none. The default is "row" if symm false, and "none" otherwise. |
label.size |
Number to decide label size |
heatmap
1 2 3 4 5 6 7 8 | ## Not run:
markers <- FindGlobalMarkers(Global_marker,
object = object,
idents = "Seurat0.6",
top.gene = 50,
scale = "row")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.