-
Notifications
You must be signed in to change notification settings - Fork 942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to analyze public Single cell RNAseq datasets in Seurat? #4165
Comments
Follow this Vignette https://satijalab.org/seurat/articles/pbmc3k_tutorial.html |
Hi, Not member of dev team but hopefully can be helpful. If I understand correctly you are wondering how to import those files as If so then one solution just using current package version is to rename those files but will need to create and move them to their own directories first (but be careful). Alternatively, you can see a few solutions currently being discussed in #4101 to allow for easier reading in of files from GEO or other repos. Best, |
Thank you very much. I will check it out. |
Thank you very much. I understand and split into separate files. worked. But another issue is while scaling it shows memory exhausted. If you have a solution, please help. Thanks once again. Sample code is here: data_S <- ScaleData(data_S) |
Hi, So that issue means that the dataset/memory that R needs exceeds what is available on your computer/server/cloud. The only solution there is to select smaller portion of the data to do the analysis on or move the analysis to platform that has more memory available. Best, |
Ok.understand. Thanks a lot for your valuable suggestions. |
I'm trying to look through a published dataset to check for gene expression for my own project. I am having trouble finding materials to learn how to analyze single-cell RNA sequencing data on Seurat R from the GEO NCBI database. Since multiple samples such as barcodes.tsv.gz,genes.tsv.gz and matrix.mtx.gz files are there in this dataset. How to give input to seurat and analyze those multiple samples? The example data format is given below for your kind reference. Your help is much appreciated. Thanks in advance!
GEO_Accession number of this Dataset
datasets looks like this
The text was updated successfully, but these errors were encountered: