-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExample_Input.json
142 lines (133 loc) · 4.49 KB
/
Example_Input.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"Samples": [
{
"Sample_Name": "GSM4674661_CM1_CM2",
"Condition": "Moderate Covid",
"Batch": "Yao et al.",
"File_Name": {
"h5": "/GSM4674661_CM1_CM2_filtered_feature_bc_matrix.h5"
},
"Raw_File_Name": {
"h5": "/GSM4674661_CM1_CM2_raw_feature_bc_matrix.h5"
}
},
{
"Sample_Name": "GSM4674662_CM3_CM4",
"Condition": "Moderate Covid",
"Batch": "Yao et al.",
"File_Name": {
"h5-filtered": "/GSM4674662_CM3_CM4_filtered_feature_bc_matrix.h5"
},
"Raw_File_Name": {
"h5-unfiltered": "/GSM4674662_CM3_CM4_raw_feature_bc_matrix.h5"
}
},
{
"Sample_Name": "GSM4674663_CM5",
"Condition": "Moderate Covid",
"Batch": "Yao et al.",
"File_Name": {
"h5-filtered": "/GSM4674663_CM5_filtered_feature_bc_matrix.h5"
},
"Raw_File_Name": {
"h5-unfiltered": "/GSM4674663_CM5_raw_feature_bc_matrix.h5"
}
},
{
"Sample_Name": "GSM4674664_CS7_CS8",
"Condition": "Severe Covid",
"Batch": "Yao et al.",
"File_Name": {
"h5-filtered": "/GSM4674664_CS7_CS8_filtered_feature_bc_matrix.h5"
},
"Raw_File_Name": {
"h5-unfiltered": "/GSM4674664_CS7_CS8_raw_feature_bc_matrix.h5"
}
},
{
"Sample_Name": "GSM4674665_CS9_CS10",
"Condition": "Severe Covid",
"Batch": "Yao et al.",
"File_Name": {
"h5-filtered": "/GSM4674665_CS7_CS8_filtered_feature_bc_matrix.h5"
},
"Raw_File_Name": {
"h5-unfiltered": "/GSM4674665_CS7_CS8_raw_feature_bc_matrix.h5"
}
},
{
"Sample_Name": "GSM4674666_CS11_CS12",
"Condition": "Severe Covid",
"Batch": "Yao et al.",
"File_Name": {
"h5-filtered": "/GSM4674666_CS11_CS12_filtered_feature_bc_matrix.h5"
},
"Raw_File_Name": {
"h5-unfiltered": "/GSM4674666_CS11_CS12_raw_feature_bc_matrix_clean.h5"
}
},
{
"Sample_Name": "GSM4674667_CR13_CR14",
"Condition": "Recovered Covid",
"Batch": "Yao et al.",
"File_Name": {
"h5-filtered": "/GSM4674667_CR13_CR14_filtered_feature_bc_matrix.h5"
},
"Raw_File_Name": {
"h5-unfiltered": "/GSM4674667_CR13_CR14_raw_feature_bc_matrix.h5"
}
},
{
"Sample_Name": "GSM4674668_CR15_CR16",
"Condition": "Recovered Covid",
"Batch": "Yao et al.",
"File_Name": {
"h5-filtered": "/GSM4674668_CR15_CR16_filtered_feature_bc_matrix.h5"
},
"Raw_File_Name": {
"h5-unfiltered": "/GSM4674668_CR15_CR16_raw_feature_bc_matrix.h5"
}
},
{
"Sample_Name": "GSM4674669_CR17_CR18",
"Condition": "Recovered Covid",
"Batch": "Yao et al.",
"File_Name": {
"h5-filtered": "/GSM4674669_CR17_CR18_filtered_feature_bc_matrix.h5"
},
"Raw_File_Name": {
"h5-unfiltered": "/GSM4674669_CR17_CR18_raw_feature_bc_matrix.h5"
}
},
{
"Sample_Name": "X-3H",
"Condition": "Control",
"Batch": "Chen et al",
"File_Name": {
"matrix": "/GSM3087622_DTM-X_PBMC_methanol-3H+SSC_matrix.mtx.gz",
"genes": "/GSM3087622_DTM-X_PBMC_methanol-3H+SSC_genes.tsv.gz",
"barcodes": "/GSM3087622_DTM-X_PBMC_methanol-3H+SSC_barcodes.tsv.gz"
}
},
{
"Sample_Name": "X-3W",
"Condition": "Control",
"Batch": "Chen et al",
"File_Name": {
"matrix": "/GSM3087624_DTM-X_PBMC_methanol-3W+SSC_matrix.mtx.gz",
"genes": "/GSM3087624_DTM-X_PBMC_methanol-3W+SSC_genes.tsv.gz",
"barcodes": "/GSM3087624_DTM-X_PBMC_methanol-3W+SSC_barcodes.tsv.gz"
}
},
{
"Sample_Name": "Y-3W",
"Condition": "Control",
"Batch": "Chen et al",
"File_Name": {
"matrix": "/GSM3087626_DTM-Y_PBMC_methanol-3W+SSC_matrix.mtx.gz",
"genes": "/GSM3087626_DTM-Y_PBMC_methanol-3W+SSC_genes.tsv.gz",
"barcodes": "/GSM3087626_DTM-Y_PBMC_methanol-3W+SSC_barcodes.tsv.gz"
}
}
]
}