Editing Seurat object metadata
Have Seurat object metadata where clusters and sub-clusters are numbered only, wondering how I can change those numbers to the names of the clusters in the metadata. Thanks.
scrna-seq
seurat
snrna-seq
• 4,163 views
•
link
updated
by
fracarb8
•
written
by
LacquerHed •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Seurat object with multiple PCAs/UMAPs from different assays
written by solo.albif •Hi all, I have a Seurat object with two assays ("Nanostring" and "metadata") and if I run the PCA/UMAP first on "Nanostring" and then on …
-
Use of annotation of integrated Seurat object in single sample
written by Nona •Good morning, I have the following doubt and would appreciate your opinion / feedback: I have an integrated Seurat object, which has been annotated. Now …
-
DE Analysis Between A Subset Seurat Object Versus Original Seurat Object
written by Zeddicus •This is my first Biostars post and venture into R and seurat, so I apologize for the naivety of my question and if this has …
-
Subset specific clusters from drop-seq data, merge them and produce geneXcount expression matrix (b…
written by cyd2gc •I have been following the R script in the link below: https://github.com/jeremymsimon/MouseCortex/blob/master/E14_processing.R My goal is to isolate only the radial glia clusters (which would be …
-
Seurat subset cluster cell annotation
written by leranwangcs •Hi, I used Seurat to do clustering, then singleR to do cell annotation. In this annotation, I got multiple cell types such as B cells …
-
Correct usage of FindConservedMarkers() in Seurat
written by almogangel •Dear all, I have a Seurat object of a certain cell type with a UMAP of 7 clusters. I also have information about the sample's …
-
Why am I getting numbers instead of gene names in Seurat slot data?
written by Audra •![Numbers instead of gene names are showing up here.][1] Why am I getting numbers instead of gene names at this step? It was working fine …
-
Can SingleR be reused to identify cell types after subsetting the original Seurat Object
written by leranwangcs •Hi, I got a Seurat object and applied SingleR to identify cell types. Then subset the epithelial cell then redid the clustering on this cell …
-
Running scVelo on Seurat
written by VHello, I’m trying to run scVelo on my dataset but I’m running into some issues and was wondering if you could help me. I have …
-
Deconvolution Method in Seurat and convert from SingleCellExperiment
written by hamza_karakurt •Hello everyone, I am working on scRNA-Seq data analysis. I mainly focused on Scater and Seurat. For some visual properties I want to use Seurat …
The way your question is formulated is confusing, as it is not clear what you want to achieve. Add an example of how your metadata looks like (e..
head(srtObject@meta.data)), and specify which columns you are talking about. If you want to label the clusters by a different column, already in the table, you can useIdents(srtObject) <- new_column.