-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Reports for molecular biologist
Mutation table: List all the mutations
| Sample_name | Gene_name | Mutations | Mutations_type | Mutations_comments | isInsertion | isDeletion | isApobecMutation | isApobecDRM | isUnusual | isSDRM | hasStop | Mutation_AF | Coverage | indel (>5%) | Notes |
|---|
Notes:
- Mutations: Stored at the field
textunder theprimaryType - Mutations_type: PR gene: res/accessory/other; RT gene: NRTI/NNRTI/other; IN gene: This value stored at the field
primaryType, see the example:
{
"consensus": "D",
"position": 232,
"AAs": "N",
"isInsertion": false,
"isDeletion": false,
"isApobecMutation": false,
"isApobecDRM": true,
"isUnusual": false,
"isSDRM": false,
"hasStop": false,
"primaryType": "Accessory",
"text": "D232N"
}
- Mutations_comments: Stored in the field
text
{
"mutations": [
{
"text": "L210W",
"primaryType": "NRTI",
"comments": [
{
"type": "NRTI",
"text": "L210W is a TAM that usually occurs in combination with M41L and T215Y. The combination of M41, L210W and T215Y causes high-level resistance to AZT and intermediate resistance to ABC and TDF."
}
]
}
],
"score": 5.0
}
- Mutation_AF: stored
vcfor output fromivar variants - Mutation_coverage: if
viralrecondoesn't generate one, then add a method to calculate it.
WWLAB
Mutation table: report mutations containing the Mutations_comment
| Sample_name | Gene_name | Mutations | Mutations_type | Mutations_comments |
|---|
drug_report
| Sample_name | Drug_class | Drugs | Total_score | Res_status |
|---|
{
"drugClass": {
"name": "NNRTI"
},
"drug": {
"name": "DPV",
"displayAbbr": "DPV"
},
"score": 0,
"level": 1,
"partialScores": [],
"text": "Susceptible"
}
- Res_status:High-Level Resistance; intermediate; low-level resistance; susceptible; Potential Low-Level Resistance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels