colorByMarkerTable.Rd
Returns a panel of reduction plots colored by marker expression
colorByMarkerTable(
object,
samples.subset,
samples.to.display,
marker.table,
cells.of.interest,
protein.presence = FALSE,
assay = "SCT",
reduction.type = "umap",
point.transparency = 0.5,
point.shape = 16,
cite.seq = FALSE
)
Seurat-class object
List of samples to subset the data by
List of samples to depict on dimension plot, samples not in the list would be colored gray in the background
Table of marker genes for each celltype (column names of the table), append "_prot" or "_neg" for proteins or negative markers
Celltypes from geneset_dataframe to screen for
Set to TRUE if protein markers are used
Assay to extract gene expression data from (Default: "SCT")
Choose among tsne, umap, and pca (Default: "umap")
Set to lower values for more see through points on dimension plot (Default: 0.5)
Change the shape of points for between visualization (Default: 16)
Set to TRUE to use CITE-seq embedding for dimension reduction
arranged grob of dimension reduction plots colored by individual marker expression
Takes in a gene table inputted by the user, displays a panel of tsne, umap, or pca colored by marker expression. The panel will be organized in a similar format as the gene table, but with the omission of genes not found in the data