Open genecracker opened 9 years ago
Fix indentation in the metadata field or it will not work. Should be so:
{ type:"metadata",vocabulary:{ cell_types:{ "NK cells":[1,2,3,4], "CD8 T cells":[5,6], }, }, terms:{ 1:["CD56dimCD57pNKG2Cpos"], 2:["CD56dimCD57pNKG2Cneg"], 3:["CD56dimCD57nNKG2Cpos"], 4:["CD56dimCD57nNKG2Cneg"], 5:["CD3pCD56nCD4nCD8pCD45RApCD57neg naive"], 6:["CD3pCD56nCD4nCD8pCD45RApCD57bright"], }, },
Fix indentation in the metadata field or it will not work. Should be so: