Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
67f8bce9
Commit
67f8bce9
authored
Apr 10, 2006
by
Glenn Proctor
Browse files
Added species-specific transcript_display_xref_sources(), which includes RGD in the list.
parent
9f5ef11d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
misc-scripts/xref_mapping/XrefMapper/rattus_norvegicus.pm
misc-scripts/xref_mapping/XrefMapper/rattus_norvegicus.pm
+25
-0
No files found.
misc-scripts/xref_mapping/XrefMapper/rattus_norvegicus.pm
View file @
67f8bce9
...
...
@@ -12,6 +12,31 @@ sub get_set_lists {
}
sub
transcript_display_xref_sources
{
return
('
RFAM
',
'
miRNA_Registry
',
'
HUGO
',
'
RGD
',
'
MarkerSymbol
',
'
flybase_symbol
',
'
Anopheles_symbol
',
'
Genoscope_annotated_gene
',
'
Genoscope_predicted_transcript
',
'
Genoscope_predicted_gene
',
'
Uniprot/SWISSPROT
',
'
Uniprot/Varsplic
',
'
RefSeq_peptide
',
'
RefSeq_dna
',
'
Uniprot/SPTREMBL
',
'
RefSeq_peptide_predicted
',
'
RefSeq_dna_predicted
',
'
EntrezGene
');
}
sub
gene_description_filter_regexps
{
return
('
^\(CLONE REM\d+\) ORF \(FRAGMENT\)\.*
',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment