| Included libraries | Package variables | General documentation | Methods |
| WebCvs | Raw content |
| gene_description_filter_regexps | No description | Code |
| gene_description_sources | No description | Code |
| get_set_lists | No description | Code |
| transcript_display_xref_sources | No description | Code |
| gene_description_filter_regexps | description | prev | next | Top |
return (); } 1;}
| gene_description_sources | description | prev | next | Top |
return ("Anopheles_symbol", "Uniprot/SWISSPROT", "RefSeq_peptide", "RefSeq_dna", "Uniprot/SPTREMBL", #"RefSeq_peptide_predicted",}
#"RefSeq_dna_predicted",
#"EntrezGene");
);
| get_set_lists | description | prev | next | Top |
return [["ExonerateGappedBest1_agam", ["anopheles_gambiae","*"]]]; } # transcript, gene display_xrefs can use defaults}
# since anopheles_symbol is "before" Uniprot
# If there is an Anopheles_symbol xref, use its description
| transcript_display_xref_sources | description | prev | next | Top |
my @list = qw(RFAM miRBase Anopheles_symbol Uniprot/SWISSPROT}
Uniprot/Varsplic Uniprot/SPTREMBL);
my %ignore; return [\@list,\%ignore]; } # regexps to match any descriptons we want to filter out