Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor models.entities.gene_region.py #28

Open
laurensvdwiel opened this issue Sep 6, 2018 · 0 comments
Open

Refactor models.entities.gene_region.py #28

laurensvdwiel opened this issue Sep 6, 2018 · 0 comments
Assignees
Labels

Comments

@laurensvdwiel
Copy link
Member

For future maintainability it is better if gene_region is refactored in the following manner:

  1. Switch use of mapping objects to Codon object
  2. Use the Codon objects with variants to create SingleNucleotideVariant classes
  3. Add a pandas.Dataframe for the gene_region, representing each codon per row with tolerance (based on gnomad) annotated
  4. Add a pandas.Dataframe for all clinvar variants
  5. Allow gene_regions be reconstructed from tsv files (like MetaDomain) existing from codon and SingleNucleotideVariant classes
@laurensvdwiel laurensvdwiel self-assigned this Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant