Codota Logo
ProteinInteractorChecker.check
Code IndexAdd Codota to your IDE (free)

How to use
check
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.check (Showing top 6 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
ScheduledThreadPoolExecutor s =
  • Codota Iconnew ScheduledThreadPoolExecutor(corePoolSize)
  • Codota IconThreadFactory threadFactory;new ScheduledThreadPoolExecutor(corePoolSize, threadFactory)
  • Codota IconString str;new ScheduledThreadPoolExecutor(1, new ThreadFactoryBuilder().setNameFormat(str).build())
  • Smart code suggestions by Codota
}
origin: uk.ac.ebi.intact.util/data-conversion

  public static void check( final ProteinParticipantTag proteinParticipant,
               final UpdateProteinsI proteinFactory,
               final BioSourceFactory bioSourceFactory ) {

    final String role = proteinParticipant.getRole();
    RoleChecker.check( role );

    final ProteinInteractorTag proteinInteractor = proteinParticipant.getProteinInteractor();
    ProteinInteractorChecker.check( proteinInteractor, proteinFactory, bioSourceFactory );

    final Collection features = proteinParticipant.getFeatures();
    for ( Iterator iterator = features.iterator(); iterator.hasNext(); ) {
      FeatureTag feature = (FeatureTag) iterator.next();

      FeatureChecker.ckeck( feature );
    }

    // check feature clustering (specific to PSI version 1)
    try {
      proteinParticipant.getClusteredFeatures();
    } catch ( IllegalArgumentException iae ) {
      MessageHolder.getInstance().addCheckerMessage( new Message( "An error occured while checking if the feature were clusterizable: " +
                                    iae.getMessage() ) );
    }

    // TODO check isOverExpressed
    // TODO check isTaggedProtein: as we have to create a Feature having CvFeatureType(tagged-protein) with undetermined range
  }
}
origin: uk.ac.ebi.intact.app/data-conversion

  public static void check( final ProteinParticipantTag proteinParticipant,
               final UpdateProteinsI proteinFactory,
               final BioSourceFactory bioSourceFactory ) {

    final String role = proteinParticipant.getRole();
    RoleChecker.check( role );

    final ProteinInteractorTag proteinInteractor = proteinParticipant.getProteinInteractor();
    ProteinInteractorChecker.check( proteinInteractor, proteinFactory, bioSourceFactory );

    final Collection features = proteinParticipant.getFeatures();
    for ( Iterator iterator = features.iterator(); iterator.hasNext(); ) {
      FeatureTag feature = (FeatureTag) iterator.next();

      FeatureChecker.ckeck( feature );
    }

    // check feature clustering (specific to PSI version 1)
    try {
      proteinParticipant.getClusteredFeatures();
    } catch ( IllegalArgumentException iae ) {
      MessageHolder.getInstance().addCheckerMessage( new Message( "An error occured while checking if the feature were clusterizable: " +
                                    iae.getMessage() ) );
    }

    // TODO check isOverExpressed
    // TODO check isTaggedProtein: as we have to create a Feature having CvFeatureType(tagged-protein) with undetermined range
  }
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

  public static void check( final ProteinParticipantTag proteinParticipant,
               final UpdateProteinsI proteinFactory,
               final BioSourceFactory bioSourceFactory ) {

    final String role = proteinParticipant.getRole();
    RoleChecker.check( role );

    final ProteinInteractorTag proteinInteractor = proteinParticipant.getProteinInteractor();
    ProteinInteractorChecker.check( proteinInteractor, proteinFactory, bioSourceFactory );

    final Collection features = proteinParticipant.getFeatures();
    for ( Iterator iterator = features.iterator(); iterator.hasNext(); ) {
      FeatureTag feature = (FeatureTag) iterator.next();

      FeatureChecker.ckeck( feature );
    }

    // check feature clustering (specific to PSI version 1)
    try {
      proteinParticipant.getClusteredFeatures();
    } catch ( IllegalArgumentException iae ) {
      MessageHolder.getInstance().addCheckerMessage( new Message( "An error occured while checking if the feature were clusterizable: " +
                                    iae.getMessage() ) );
    }

    // TODO check isOverExpressed
    // TODO check isTaggedProtein: as we have to create a Feature having CvFeatureType(tagged-protein) with undetermined range
  }
}
origin: uk.ac.ebi.intact.app/data-conversion

ProteinInteractorChecker.check( proteinInteractor, proteinFactory, bioSourceFactory );
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

ProteinInteractorChecker.check( proteinInteractor, proteinFactory, bioSourceFactory );
origin: uk.ac.ebi.intact.util/data-conversion

ProteinInteractorChecker.check( proteinInteractor, proteinFactory, bioSourceFactory );
uk.ac.ebi.intact.application.dataConversion.psiUpload.checkerProteinInteractorCheckercheck

Popular methods of ProteinInteractorChecker

  • buildID
    Build an identifier for the cache
  • 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

  • Start an intent from android
  • findViewById (Activity)
  • getSupportFragmentManager (FragmentActivity)
    Return the FragmentManager for interacting with fragments associated with this activity.
  • setContentView (Activity)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • IsNull (org.hamcrest.core)
    Is the value null?
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now