SubsetSerByCoordinates | R Documentation |
Remove unwanted HTOS from Seurat objects
SubsetSerByCoordinates(
SerObj,
reduction_method = "tSNE",
assay = "RNA",
x_range = c(-1, 1),
y_range = c(-1, 1)
)
SerObj |
A Seurat Object |
reduction_method |
an input of = c("tSNE", "UMAP", "PCA") default tSNE |
x_range |
an input of two numbers defining the x range default c(-1, 1) |
y_range |
aan input of two numbers defining the y range default c(-1, 1) |
A subset Seurat object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.