Skip to contents

[Deprecated]

The function has been replaced by MoleculeRankPlot and will be removed in a future release.

Usage

EdgeRankPlot(object, group_by = NULL, ...)

Arguments

object

A Seurat object

group_by

A character specifying a column to group by

...

Additional arguments to pass to MoleculeRankPlot

Examples

library(pixelatorR)

# Load example data as a Seurat object
pxl_file <- system.file("extdata/five_cells",
                        "five_cells.pxl",
                        package = "pixelatorR")
seur_obj <- ReadMPX_Seurat(pxl_file)
#>  Created a 'Seurat' object with 5 cells and 80 targeted surface proteins
seur_obj
#> An object of class Seurat 
#> 80 features across 5 samples within 1 assay 
#> Active assay: mpxCells (80 features, 80 variable features)
#>  1 layer present: counts

EdgeRankPlot(seur_obj)