| GeneCCHeatmap | R Documentation | 
Top positive&negative gene expression of a CC heatmap
Top positive&negative gene expression of a CC heatmap
Top positive&negative gene expression of a CC heatmap
GeneCCHeatmap(
  object,
  CCsToPlot = 1:3,
  RNA.assay = "GeneExpressionMatrix",
  colorbar.group = "celltype",
  MOJITOO.reduction = "MOJITOO",
  filter.mito = T,
  filter.ribo = T,
  topN = 10,
  raster = T,
  cols = (ggsci::pal_igv())(51),
  rerun = T,
  ...
)
## S3 method for class 'Seurat'
GeneCCHeatmap(
  object,
  CCsToPlot = 1:3,
  RNA.assay = "RNA",
  colorbar.group = "celltype",
  MOJITOO.reduction = "MOJITOO",
  filter.mito = T,
  filter.ribo = T,
  topN = 10,
  raster = T,
  cols = (ggsci::pal_igv())(51),
  rerun = T,
  ...
)
## S3 method for class 'ArchRProject'
GeneCCHeatmap(
  object,
  CCsToPlot = 1:3,
  RNA.assay = "GeneExpressionMatrix",
  colorbar.group = "celltype",
  MOJITOO.reduction = "MOJITOO",
  filter.mito = T,
  filter.ribo = T,
  topN = 10,
  raster = T,
  cols = (ggsci::pal_igv())(51),
  rerun = T,
  ...
)
object | 
 ArchR Object  | 
reduction.list | 
 reduction list  | 
dims.list | 
 dims list  | 
reduction.name | 
 reduction name  | 
GeneCCHeatmap()
GeneCCHeatmap()
GeneCCHeatmap()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.