Entering edit mode
3.9 years ago
my6
•
0
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 :)
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