How to extract one Seurat object from an RDS file.
Good afternoon,
I have a question about how to extract a specific Seurat object based on metadata information from an RDS file.
Thank you, Andy
seurat
object
• 1,061 views
•
link
updated
by
jared.andrews07
•
written
by
Andy •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Extracting normalized counts from RDS (Seurat) file
written by uyeiveycdikcdukyoz •I was performing scRNAseq integration between multiple datasets using Seurat and Harmony on R. I did manage to integrate but now I need to extract …
-
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 …
-
subset data problem
written by Andy •Good afternoon, I am trying to subset my data, but I meet following error: ```r subset(data1, idents=cell_values, invert=FALSE) Error in .subscript.2ary(x, i, j, drop = …
-
Seurat object problem
written by Andy •Hello, I encountered following problems: ```r for (i in 1:length(scRNAlist)) { scRNAlist[[i]][["percent.mt"]] <- PercentageFeatureSet(object = scRNAlist[[i]], pattern = "^MT-") ##mito genes scRNAlist[[i]] <- subset(scRNAlist[[i]], subset …
-
scanpy add metadata
written by Andy •Hello, I am trying to create anndata in Python, and I want to add metadata to each object. I want to add a donor_id to …
-
In Scanpy, how to RDS file and merge it with other Scanpy objects.
written by Andy •I have an RDS file that includes several Seurat objects that I want to use. I want to read it into scanpy and merge it …
-
Merge really large amount of Seurat objects
written by Andy •Good afternoon, I meet a problem to merge a large amount of Seurat objects together, when I use merge function I encountered an error message …
-
How to deal with SRA file without .SRA
written by Andy •Good afternoon, I have encountered a problem with an SRA file and I hope you can help me. I downloaded the SRA file from this …
-
Integrate RDS files
written by Andy •Good afternoon, I download several files from cellxgens, (the website is: https://cellxgene.cziscience.com/datasets), however, I am wondering how to integrate thesis data? Since they already clutered …
-
install seurat 4.0.3
written by Andy •Good afternoon, I am trying to install Seurat 4.0.3, but I have been unsuccessful. I attempted to use the `install.packages()` function, but it only installed …
That's great. What is the question?