Class MinimalProteinEnricher

  • All Implemented Interfaces:
    InteractorEnricher<Protein>, MIEnricher<Protein>, ProteinEnricher
    Direct Known Subclasses:
    FullProteinEnricher

    public class MinimalProteinEnricher
    extends AbstractInteractorEnricher<Protein>
    implements ProteinEnricher
    Enriches a protein to the minimum level. As an enricher, no data will be overwritten in the protein being enriched. See description of minimal enrichment in AbstractInteractorEnricher If the protein remapper is not null and the enricher cannot find a uniprot identifier, it will remap to uniprot using the proteinMapper. In case of dead uniprot entries, it will move the dead uniprot identifier to the xrefs and add a caution in the annotations. If the remapping is successfull, it will remove any cautions left because of dead entry and set the uniprot identifier of the protein The protein fetcher is require to enrich proteins
    Since:
    14/05/13
    Author:
    Gabriel Aldam (galdam@ebi.ac.uk)