Tabnine Logo
ProteinInteractorChecker.buildID
Code IndexAdd Tabnine to your IDE (free)

How to use
buildID
method
in
uk.ac.ebi.intact.application.dataConversion.psiUpload.checker.ProteinInteractorChecker

Best Java code snippets using uk.ac.ebi.intact.application.dataConversion.psiUpload.checker.ProteinInteractorChecker.buildID (Showing top 6 results out of 315)

origin: uk.ac.ebi.intact.app/data-conversion

  /**
   * Search a protein in the cache
   *
   * @param id
   * @param bioSource
   *
   * @return
   */
  public static ProteinHolder getProtein( String id, String db, BioSource bioSource ) {

    String taxid = null;
    if ( null != bioSource ) {
      taxid = bioSource.getTaxId();
    }

//        System.out.println( "Search cache using: " + buildID( id, db, taxid ) );

    return (ProteinHolder) cache.get( buildID( id, db, taxid ) );
  }

origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

  /**
   * Search a protein in the cache
   *
   * @param id
   * @param bioSource
   *
   * @return
   */
  public static ProteinHolder getProtein( String id, String db, BioSource bioSource ) {

    String taxid = null;
    if ( null != bioSource ) {
      taxid = bioSource.getTaxId();
    }

//        System.out.println( "Search cache using: " + buildID( id, db, taxid ) );

    return (ProteinHolder) cache.get( buildID( id, db, taxid ) );
  }

origin: uk.ac.ebi.intact.util/data-conversion

  /**
   * Search a protein in the cache
   *
   * @param id
   * @param bioSource
   *
   * @return
   */
  public static ProteinHolder getProtein( String id, String db, BioSource bioSource ) {

    String taxid = null;
    if ( null != bioSource ) {
      taxid = bioSource.getTaxId();
    }

//        System.out.println( "Search cache using: " + buildID( id, db, taxid ) );

    return (ProteinHolder) cache.get( buildID( id, db, taxid ) );
  }

origin: uk.ac.ebi.intact.util/data-conversion

String db = proteinInteractor.getPrimaryXref().getDb();
final String cacheId = buildID( proteinId, db, taxId );
origin: uk.ac.ebi.intact.app/data-conversion

String db = proteinInteractor.getPrimaryXref().getDb();
final String cacheId = buildID( proteinId, db, taxId );
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

String db = proteinInteractor.getPrimaryXref().getDb();
final String cacheId = buildID( proteinId, db, taxId );
uk.ac.ebi.intact.application.dataConversion.psiUpload.checkerProteinInteractorCheckerbuildID

Javadoc

Build an identifier for the cache

Popular methods of ProteinInteractorChecker

  • check
  • checkCvInteractorType
  • createXref
  • filterByTaxid
    Remove from a collection of Protein all those that are not related to the given taxid.
  • getIntactProtein
    Get Protein from IntAct from its ID. If this is ID refers to (1) a protein, we send back a Protein o
  • getOrCreateNonUniprotProtein
    In case of Non uniprot protein, we check if it already exist in IntAct (based on biosource, primaryi
  • getProtein
    Search a protein in the cache
  • hasMultipleBioSource
    Check if the set of proteins is related to more than one biosource.
  • isSpliceVariant
    Answer the question: is that protein a Splice Variant ? One (quick) way is to check if the shortlabe

Popular in Java

  • Running tasks concurrently on multiple threads
  • onCreateOptionsMenu (Activity)
  • getExternalFilesDir (Context)
  • addToBackStack (FragmentTransaction)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Permission (java.security)
    Legacy security code; do not use.
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now