Replies: 3 comments 1 reply
-
Hello, have youf foud the answer? I tried this:
2nd with R
But I obtained this error: |
Beta Was this translation helpful? Give feedback.
-
In case you are still looking for the dataset, you can download it using this link. The same is now linked in the article as well. |
Beta Was this translation helpful? Give feedback.
-
For reference, I was having some trouble for re-creating the initial dataset used in the Parse Biosciences Sketch Integration tutorial, but this is how I was able to do it: From the Seurat vignette section OP mentioned (https://satijalab.org/seurat/articles/seurat5_bpcells_interaction_vignette.html#parse-biosciences), I clicked the here where in that section it says: "The data is available for download here. I then did this part of the python code:
and also this part, but instead of writing the
and then loaded this in R using most of the code in the section (https://satijalab.org/seurat/articles/seurat5_bpcells_interaction_vignette.html#parse-biosciences), but I had to make some changes, basically I had to load in the meta data .csv, and ensure it was in a format to be used within the
and then from here I continued with the Parse Biosciences Sketch Integration tutorial, here:
|
Beta Was this translation helpful? Give feedback.
-
Hello, I have a question about how the data were accessed in Sketch integration using a 1 million cell dataset from Parse Biosciences vignette. The tutorial states that the dataset from Parse Biosciences is downloaded as an h5.ad file.
I followed the link to Using BPCells with Seurat Objects vignette to see how the data were downloaded and processed. The download link for the data takes me to a Parse Biosciences webpage. There are instructions to download the genes, matrix, and metadata file, but no option for an h5.ad file.
How was this file: 'ParseBio_PBMC.h5ad' obtained for this line of code
from Using BPCells with Seurat Objects vignette? Did you follow the steps for preprocessing from Parse Biosciences? If so, how far in the tutorial did you go until you wrote out the h5.ad file?
Thanks in advance for clarifying!
Beta Was this translation helpful? Give feedback.
All reactions