Skip to content

biotype enums #815

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

Closed
wants to merge 1 commit into from
Closed

biotype enums #815

wants to merge 1 commit into from

Conversation

bpblanken
Copy link
Collaborator

No description provided.

@@ -4,7 +4,7 @@
'IG_C_gene',
'IG_D_gene',
'IG_J_gene',
'IG_LV_gene',
#'IG_LV_gene',
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Script for this

import hail as hl
ht = hl.read_table('gs://seqr-hail-search-data/v03/GRCh38/SNV_INDEL/annotations.ht')
ht = ht.explode('sorted_transcript_consequences')
biotypes = ht.aggregate(hl.agg.collect_as_set(ht.sorted_transcript_consequences.biotype_id))
missing_38_biotypes = [x for x in range(72) if x not in biotypes]

ht = hl.read_table('gs://seqr-hail-search-data/v03/GRCh37/SNV_INDEL/annotations.ht')
ht = ht.explode('sorted_transcript_consequences')
biotypes = ht.aggregate(hl.agg.collect_as_set(ht.sorted_transcript_consequences.biotype_id))
missing_37_biotypes = [x for x in range(72) if x not in biotypes]

{x for x in set(missing_38_biotypes) if x in set(missing_37_biotypes)}

'vault_RNA',
'bidirectional_promoter_lncRNA',
'3prime_overlapping_ncrna',
#'3prime_overlapping_ncrna',
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are candidates to be removed:

vaultRNA/vault_RNA, vaultRNA, antisense/antisense_RNA, lincrna 

@bpblanken
Copy link
Collaborator Author

closing in favor of an actual pr that removes the dupes.

@bpblanken bpblanken closed this Jun 26, 2024
@bpblanken bpblanken deleted the benb/biotype_enums branch June 26, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant