ADT aware response
Closed this issue · 1 comments
jkanche commented
- preflight should include ADT aware response
-
adt_normalization
(would send size factors at some point)
LTLA commented
New preflight response structure looks like:
{
annotations: { default: [ 'AAACCTGAGACCACGA-1' ] },
features: {
RNA: { fields: [Object], common: 33538 },
ADT: { fields: [Object], common: 17 }
}
}
fields
define the chosen fields for each modality, common
defines the number of common features.