View source: R/DataParsingFunctions.R
findMarkers | R Documentation |
findMarkers
Uses Seurat to find markers in scRNA-seq data and returns
a table of markers and labels that can be used by CellWalker. This implementation
uses default parameters and is designed for a simple first pass for creating
labels.
findMarkers(
RNAMat,
genes,
barcodes,
dims = 1:10,
resolution = 0.5,
only.pos = FALSE
)
RNAMat |
gene-by-barcode matrix of scRNA data |
genes |
character vector of gene names |
barcodes |
character vector of barcodes |
dims |
integer vector of PCA dimensions to use |
resolution |
numeric resolution to use in Louvain clustering |
only.pos |
only return positive markers |
table of marker genes, labels, and logFC in expression
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.