-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Dear Professor,
I have a question how can I use the 6.5 PCW human embryonic heart dataset in another Model? For example, I want to use the CARD technique, it requires two types of input data:
- spatial transcriptomics count data, along with spatial location information.
- single cell RNAseq (scRNA-seq) count data, along with meta information indicating the cell type information and the sample (subject) information for each cell.
For example, I want to use slice 0 data in the 6.5 PCW human embryonic heart dataset to implement the CARD technique. Right now, I can find the first dataset: spatial transcriptomics count data, along with spatial location information. I just save the dataset from the data cleaning part of STitch3D in Example 2 in Python, and then read it in R:


However, I cannot find the single-cell RNAseq (scRNA-seq) count data, along with meta information indicating the cell type information and the sample (subject) information for each cell, for slice 0 in the 6.5 PCW human embryonic heart dataset.
This is an example in the CARD paper:


I also what to find this type of information for slice 0, which has 39,525 × 100 dimensions for single-cell RNAseq (scRNA-seq) count data, along with meta information indicating the cell type information and the sample (subject) information for each cell.
Do you have any suggestions to find this data? Where can I find it?
Thanks in advance!