|
a |
|
b/datasets/readme.md |
|
|
1 |
# Example Real datasets |
|
|
2 |
Example datasets are in h5 format and can be downloaded from https://drive.google.com/drive/folders/1HTCrb3HZpbN8Nte5xGhY517NMdyzqftw?usp=sharing |
|
|
3 |
|
|
|
4 |
Required objects in h5 file for running scMDC |
|
|
5 |
1) X1: mRNA count matrix |
|
|
6 |
2) X2: ADT count matrix |
|
|
7 |
3) Y: True labels (if exist) |
|
|
8 |
4) Batch: batch indicator (for multi-batch analysis) |
|
|
9 |
|
|
|
10 |
Other objects in the h5 files: |
|
|
11 |
1) ADT: feature names in ADT count matirx (only in CITE-seq data) |
|
|
12 |
2) GenesFromPeaks: feature names in the gene-to-cell matrix mapped from scATAC-seq (only in SMAGE-seq data) |
|
|
13 |
3) Genes: feature names in mRNA count matrix |
|
|
14 |
4) Cell types: cell type of each cell (if exist). |
|
|
15 |
5) Barcodes: cell barcodes (if exits) |
|
|
16 |
|
|
|
17 |
Note: for using filtered datasets (Normalized_filtred*), use X1_ and X2_ as inputs. |