Information about available molecule sets.
| name | data type | description |
|---|---|---|
| sets | array of MoleculeSetInfo | List of available molecule sets. |
Example
{
"sets" : [ {
"size" : 12345,
"time" : 12345,
"description" : "...",
"absentmols" : 12345,
"absentids" : 12345,
"url" : "...",
"name" : "...",
"propnames" : [ "...", "..." ],
"props" : [ {
"name" : "...",
"type" : "...",
"numeric" : true,
"extractor" : "..."
}, {
"name" : "...",
"type" : "...",
"numeric" : true,
"extractor" : "..."
} ]
}, {
"size" : 12345,
"time" : 12345,
"description" : "...",
"absentmols" : 12345,
"absentids" : 12345,
"url" : "...",
"name" : "...",
"propnames" : [ "...", "..." ],
"props" : [ {
"name" : "...",
"type" : "...",
"numeric" : true,
"extractor" : "..."
}, {
"name" : "...",
"type" : "...",
"numeric" : true,
"extractor" : "..."
} ]
} ]
}