Skip to content

Create the delivery report #4

@LilyAnderssonLee

Description

@LilyAnderssonLee

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 text under the primaryType
  • 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 vcf or output from ivar variants
  • Mutation_coverage: if viralrecon doesn'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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions