This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to select sample from Seurat object?

Hi, I am analyzing 10x single-cell data from GEO with the help of the Seurat package. This data set contains 4 different samples which I can identify by the 18th letter in the cells barcode ("1", "2", "3"? "4"), how can I select only one of them (for example "1") for analysis?

Thank you :)

rna-seq single-cell rna seq

Is there a column in the metadata that has sample information, or is the only sample information in the cell barcodes? You can check the metadata with head(seurat_object[[]]).

yes, I made a column in which now I have this information. Also, I know from which to which cell in a row is it but I am not sure how can I select all the data for these cells as it is not a simple table but a Seurat object

0 answers

No answers yet.

Log in to answer this question.