{
"type": "object",
"title": "Virus construct",
"properties": {
"titer": {
"title": "Titer of virus solution (units/mL)",
"type": "number",
"minimum": 0,
"brief": "titer",
"units": "units/mL",
"options": {
"infoText": "The titer of the virus solution. In units per milliliter"
}
},
"titerUnit": {
"title": "Titer unit of virus solution",
"type": "string",
"enum": ["vg/mL", "TU/mL", "pfu/mL"],
"brief": "titer unit",
"options": {
"infoText": "vg/mL: Viral genomes per milliliter; TU/mL: Transducing units per milliliter; pfu/mL: Plaque forming units per milliliter."
}
},
"volume": {
"title": "Volume of virus solution (mL)",
"type": "number",
"minimum": 0,
"brief": "volume",
"units": "mL",
"options": {"infoText": "The volume of the virus solution."}
},
"aliquotCount": {
"title": "The number of aliquots",
"type": "integer",
"minimum": 0,
"brief": "aliquots",
"units": "",
"options": {
"inputAttributes": {"placeholder": "integer"},
"infoText": "The number of aliquots."
}
},
"aliquotVolume": {
"title": "The volume per aliquot (µL)",
"type": "number",
"minimum": 0,
"brief": "volume",
"units": "µL",
"options": {"infoText": "The volume of each aliquot in micro liters."}
}
}
}