Codota Logo
InteractionPersister.createInteractionShortLabels
Code IndexAdd Codota to your IDE (free)

How to use
createInteractionShortLabels
method
in
uk.ac.ebi.intact.application.dataConversion.psiUpload.persister.InteractionPersister

Best Java code snippets using uk.ac.ebi.intact.application.dataConversion.psiUpload.persister.InteractionPersister.createInteractionShortLabels (Showing top 3 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.app/data-conversion

createInteractionShortLabels( interaction, experiments, baitShortlabel, preyShortlabel );
origin: uk.ac.ebi.intact.util/data-conversion

createInteractionShortLabels( interaction, experiments, baitShortlabel, preyShortlabel );
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

createInteractionShortLabels( interaction, experiments, baitShortlabel, preyShortlabel );
uk.ac.ebi.intact.application.dataConversion.psiUpload.persisterInteractionPersistercreateInteractionShortLabels

Javadoc

Create an interaction shortlabel out of two shortlabels.
Take care about the maximum length of the field.
It checks as well if the generated shortlabel as already been associated to an other Interaction.

Popular methods of InteractionPersister

  • alreadyExistsInIntact
    Allows to check if the data carried by an InteractionTag are already existing in the IntAct node. R
  • areRangeEquals
    compare two ranges.
  • createShortlabel
    Create an IntAct shortlabel for a given interaction (ie. a set of [protein, role] ). - Stategy - P
  • featureAreEquals
    Assess if a IntAct Component's feature 'equals' a PSI definition. algo sketch: 1. compare the feat
  • getGeneName
    introspect a Protein object and pick up it's gene name. If it is not a UniProt protein, we use the
  • getLabelFromCollection
    Search for the first string (in alphabetical order).
  • getProtein
    Get an Intact Protein out of a ProteinInteractorTag.
  • getPsiID
    Retreive (if any) the PSI ID (MI:xxxx) of a Controlled Vocabulary item.
  • persist
    Persist the Interaction according to its PSI description. A Shortlabel is automatically generated b
  • searchIntactAnnotation
    Search in IntAct for an Annotation having the a specific type and annotationText.

Popular in Java

  • Reading from database using SQL prepared statement
  • setRequestProperty (URLConnection)
  • scheduleAtFixedRate (ScheduledExecutorService)
    Creates and executes a periodic action that becomes enabled first after the given initial delay, and
  • putExtra (Intent)
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • StringTokenizer (java.util)
    The string tokenizer class allows an application to break a string into tokens. The tokenization met
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