Tabnine Logo
ExperimentListGenerator.classifyNegatives
Code IndexAdd Tabnine to your IDE (free)

How to use
classifyNegatives
method
in
uk.ac.ebi.intact.application.dataConversion.ExperimentListGenerator

Best Java code snippets using uk.ac.ebi.intact.application.dataConversion.ExperimentListGenerator.classifyNegatives (Showing top 3 results out of 315)

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

public Set<Experiment> getNegativeExperiments() {
  if ( negativeExperiments == null ) {
    classifyNegatives();
  }
  return negativeExperiments;
}
origin: uk.ac.ebi.intact.app/data-conversion

public Set<Experiment> getNegativeExperiments() {
  if ( negativeExperiments == null ) {
    classifyNegatives();
  }
  return negativeExperiments;
}
origin: uk.ac.ebi.intact.util/data-conversion

public Set<Experiment> getNegativeExperiments() {
  if ( negativeExperiments == null ) {
    classifyNegatives();
  }
  return negativeExperiments;
}
uk.ac.ebi.intact.application.dataConversionExperimentListGeneratorclassifyNegatives

Javadoc

Checks for a negative interaction. NB This will have to be done using SQL otherwise we end up materializing all interactions just to do the check.

Also the new intact curation rules specify that an Experiment should ONLY contain negative Interactions if it is annotated as 'negative'. Thus to decide if an Experiment is classified as 'negative', the Annotations of that Experiment need to be checked for one with a 'negative' Controlled Vocab attached to it as a topic.

However at some point in the future there may be a possibility that only the Interactions will be marked as 'negative' (not the Experiment), and so these should be checked also, with duplicate matches being ignored.

This method has to be static because it is called by the static 'classifyExperiments'.

Popular methods of ExperimentListGenerator

  • addToList
  • classifyExperiments
    Classify experiments matching searchPattern into a data structure according to species and experimen
  • createExpListItems
  • createExperimentListItems
  • createItemClassificationByDataset
    Build the classification by dataset. We keep the negative experiment separated from the non negative
  • createItemClassificationByPubmed
    Build the classification by pubmed id. We keep the negative experiment separated from the non negati
  • createItemClassificationBySpecies
  • generateClassificationByPublications
  • generateClassificationBySpecies
  • getCreatedYear
    Given a set of Experiments, it returns the year of the date of creation of the oldest experiment.
  • getDaoFactory
  • getDatasets
    Fetch dataset information (if any) from experiment.
  • getDaoFactory,
  • getDatasets,
  • getExperiments,
  • getFilteredExperimentAcs,
  • getNegativeExperiments,
  • getPubmedId,
  • getTargetSpecies,
  • interactionsForExperiment,
  • isNegative

Popular in Java

  • Finding current android device location
  • findViewById (Activity)
  • getSystemService (Context)
  • setContentView (Activity)
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Best IntelliJ 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