We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example EGFR pfam domain from ensembl_biomart_transcripts.json.gz:
"domains": [ { "pfam_domain_id": "PF14843", "pfam_domain_start": 505.0, "pfam_domain_end": 636.0 }, { "pfam_domain_id": "PF01030", "pfam_domain_start": 361.0, "pfam_domain_end": 480.0 }, { "pfam_domain_id": "PF01030", "pfam_domain_start": 57.0, "pfam_domain_end": 167.0 }, { "pfam_domain_id": "PF07714", "pfam_domain_start": 713.0, "pfam_domain_end": 965.0 }, { "pfam_domain_id": "PF00757", "pfam_domain_start": 185.0, "pfam_domain_end": 338.0 } ],
PFAM domain value should be integer instead of float.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example EGFR pfam domain from ensembl_biomart_transcripts.json.gz:
PFAM domain value should be integer instead of float.
The text was updated successfully, but these errors were encountered: