Tabnine Logo
ExperimentDescriptionTag
Code IndexAdd Tabnine to your IDE (free)

How to use
ExperimentDescriptionTag
in
uk.ac.ebi.intact.application.dataConversion.psiUpload.model

Best Java code snippets using uk.ac.ebi.intact.application.dataConversion.psiUpload.model.ExperimentDescriptionTag (Showing top 18 results out of 315)

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

  public String toString() {
    return "ExperimentWrapper{" +
        "experiment=" + experiment.getShortlabel() +
        ", shortlabel='" + shortlabel + "'" +
        "}";
  }
}
origin: uk.ac.ebi.intact.util/data-conversion

public static void check( final ExperimentDescriptionTag experimentDescription,
             final BioSourceFactory bioSourceFactory ) {
  final String shortlabel = experimentDescription.getShortlabel();
  if ( cache.get( shortlabel ) == null ) {
  final HostOrganismTag hostOrganism = experimentDescription.getHostOrganism();
  HostOrganismChecker.check( hostOrganism, bioSourceFactory );
  final InteractionDetectionTag interactionDetection = experimentDescription.getInteractionDetection();
  InteractionDetectionChecker.check( interactionDetection );
  final ParticipantDetectionTag participantDetection = experimentDescription.getParticipantDetection();
  ParticipantDetectionChecker.check( participantDetection );
  XrefChecker.check( experimentDescription.getBibRef() );
  Collection additionalBibRef = experimentDescription.getAdditionalBibRef();
  for ( Iterator iterator = additionalBibRef.iterator(); iterator.hasNext(); ) {
    XrefTag bibRef = (XrefTag) iterator.next();
  final Collection xrefs = experimentDescription.getXrefs();
  for ( Iterator iterator = xrefs.iterator(); iterator.hasNext(); ) {
    XrefTag xref = (XrefTag) iterator.next();
  final Collection annotations = experimentDescription.getAnnotations();
  for ( Iterator iterator = annotations.iterator(); iterator.hasNext(); ) {
    AnnotationTag annotation = (AnnotationTag) iterator.next();
origin: uk.ac.ebi.intact.util/data-conversion

            psiExperiment.getShortlabel() +
            ") and intact(" +
            intactExperiment.getShortLabel() + ")" );
if ( intactExperiment.getShortLabel().equals( psiExperiment.getShortlabel() ) ) {
    for ( Iterator iterator2 = experiments.iterator(); iterator2.hasNext() && !found; ) {
      experimentWrapper = (ExperimentWrapper) iterator2.next();
      if ( experimentWrapper.getExperiment().equals( psiExperiment ) ) {
        found = true;
origin: uk.ac.ebi.intact.app/data-conversion

experiment = new ExperimentDescriptionTag( shortLabel,
                      fullName,
                      bibXref,
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

public static void check( final ExperimentDescriptionTag experimentDescription,
             final BioSourceFactory bioSourceFactory ) {
  final String shortlabel = experimentDescription.getShortlabel();
  if ( cache.get( shortlabel ) == null ) {
  final HostOrganismTag hostOrganism = experimentDescription.getHostOrganism();
  HostOrganismChecker.check( hostOrganism, bioSourceFactory );
  final InteractionDetectionTag interactionDetection = experimentDescription.getInteractionDetection();
  InteractionDetectionChecker.check( interactionDetection );
  final ParticipantDetectionTag participantDetection = experimentDescription.getParticipantDetection();
  ParticipantDetectionChecker.check( participantDetection );
  XrefChecker.check( experimentDescription.getBibRef() );
  Collection additionalBibRef = experimentDescription.getAdditionalBibRef();
  for ( Iterator iterator = additionalBibRef.iterator(); iterator.hasNext(); ) {
    XrefTag bibRef = (XrefTag) iterator.next();
  final Collection xrefs = experimentDescription.getXrefs();
  for ( Iterator iterator = xrefs.iterator(); iterator.hasNext(); ) {
    XrefTag xref = (XrefTag) iterator.next();
  final Collection annotations = experimentDescription.getAnnotations();
  for ( Iterator iterator = annotations.iterator(); iterator.hasNext(); ) {
    AnnotationTag annotation = (AnnotationTag) iterator.next();
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

            psiExperiment.getShortlabel() +
            ") and intact(" +
            intactExperiment.getShortLabel() + ")" );
if ( intactExperiment.getShortLabel().equals( psiExperiment.getShortlabel() ) ) {
    for ( Iterator iterator2 = experiments.iterator(); iterator2.hasNext() && !found; ) {
      experimentWrapper = (ExperimentWrapper) iterator2.next();
      if ( experimentWrapper.getExperiment().equals( psiExperiment ) ) {
        found = true;
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

experiment = new ExperimentDescriptionTag( shortLabel,
                      fullName,
                      bibXref,
origin: uk.ac.ebi.intact.app/data-conversion

public static void check( final ExperimentDescriptionTag experimentDescription,
             final BioSourceFactory bioSourceFactory ) {
  final String shortlabel = experimentDescription.getShortlabel();
  if ( cache.get( shortlabel ) == null ) {
  final HostOrganismTag hostOrganism = experimentDescription.getHostOrganism();
  HostOrganismChecker.check( hostOrganism, bioSourceFactory );
  final InteractionDetectionTag interactionDetection = experimentDescription.getInteractionDetection();
  InteractionDetectionChecker.check( interactionDetection );
  final ParticipantDetectionTag participantDetection = experimentDescription.getParticipantDetection();
  ParticipantDetectionChecker.check( participantDetection );
  XrefChecker.check( experimentDescription.getBibRef() );
  Collection additionalBibRef = experimentDescription.getAdditionalBibRef();
  for ( Iterator iterator = additionalBibRef.iterator(); iterator.hasNext(); ) {
    XrefTag bibRef = (XrefTag) iterator.next();
  final Collection xrefs = experimentDescription.getXrefs();
  for ( Iterator iterator = xrefs.iterator(); iterator.hasNext(); ) {
    XrefTag xref = (XrefTag) iterator.next();
  final Collection annotations = experimentDescription.getAnnotations();
  for ( Iterator iterator = annotations.iterator(); iterator.hasNext(); ) {
    AnnotationTag annotation = (AnnotationTag) iterator.next();
origin: uk.ac.ebi.intact.app/data-conversion

            psiExperiment.getShortlabel() +
            ") and intact(" +
            intactExperiment.getShortLabel() + ")" );
if ( intactExperiment.getShortLabel().equals( psiExperiment.getShortlabel() ) ) {
    for ( Iterator iterator2 = experiments.iterator(); iterator2.hasNext() && !found; ) {
      experimentWrapper = (ExperimentWrapper) iterator2.next();
      if ( experimentWrapper.getExperiment().equals( psiExperiment ) ) {
        found = true;
origin: uk.ac.ebi.intact.util/data-conversion

  public String toString() {
    return "ExperimentWrapper{" +
        "experiment=" + experiment.getShortlabel() +
        ", shortlabel='" + shortlabel + "'" +
        "}";
  }
}
origin: uk.ac.ebi.intact.util/data-conversion

experiment = new ExperimentDescriptionTag( shortLabel,
                      fullName,
                      bibXref,
origin: uk.ac.ebi.intact.util/data-conversion

final String shortlabel = experimentDescription.getShortlabel();
final BioSource biosource = HostOrganismChecker.getBioSource( experimentDescription.getHostOrganism() );
experiment.setFullName( experimentDescription.getFullname() );
final String participantDetectionId = experimentDescription.getParticipantDetection().getPsiDefinition().getId();
final CvIdentification cvIdentification = ParticipantDetectionChecker.getCvIdentification( participantDetectionId );
experiment.setCvIdentification( cvIdentification );
final String interactionDetectionId = experimentDescription.getInteractionDetection().getPsiDefinition().getId();
final CvInteraction cvInteraction = InteractionDetectionChecker.getCvInteraction( interactionDetectionId );
experiment.setCvInteraction( cvInteraction );
final XrefTag bibRef = experimentDescription.getBibRef();
final ExperimentXref primaryXref = new ExperimentXref( institution,
                  XrefChecker.getCvDatabase( bibRef.getDb() ),
final Collection secondaryPubmedXrefs = experimentDescription.getAdditionalBibRef();
for ( Iterator iterator = secondaryPubmedXrefs.iterator(); iterator.hasNext(); ) {
  XrefTag xrefTag = (XrefTag) iterator.next();
final Collection annotations = experimentDescription.getAnnotations();
for ( Iterator iterator = annotations.iterator(); iterator.hasNext(); ) {
  final AnnotationTag annotationTag = (AnnotationTag) iterator.next();
final Collection xrefs = experimentDescription.getXrefs();
for ( Iterator iterator = xrefs.iterator(); iterator.hasNext(); ) {
  XrefTag xrefTag = (XrefTag) iterator.next();
origin: uk.ac.ebi.intact.app/data-conversion

  public String toString() {
    return "ExperimentWrapper{" +
        "experiment=" + experiment.getShortlabel() +
        ", shortlabel='" + shortlabel + "'" +
        "}";
  }
}
origin: uk.ac.ebi.intact.app/data-conversion

final String shortlabel = experimentDescription.getShortlabel();
final BioSource biosource = HostOrganismChecker.getBioSource( experimentDescription.getHostOrganism() );
experiment.setFullName( experimentDescription.getFullname() );
final String participantDetectionId = experimentDescription.getParticipantDetection().getPsiDefinition().getId();
final CvIdentification cvIdentification = ParticipantDetectionChecker.getCvIdentification( participantDetectionId );
experiment.setCvIdentification( cvIdentification );
final String interactionDetectionId = experimentDescription.getInteractionDetection().getPsiDefinition().getId();
final CvInteraction cvInteraction = InteractionDetectionChecker.getCvInteraction( interactionDetectionId );
experiment.setCvInteraction( cvInteraction );
final XrefTag bibRef = experimentDescription.getBibRef();
final ExperimentXref primaryXref = new ExperimentXref( institution,
                  XrefChecker.getCvDatabase( bibRef.getDb() ),
final Collection secondaryPubmedXrefs = experimentDescription.getAdditionalBibRef();
for ( Iterator iterator = secondaryPubmedXrefs.iterator(); iterator.hasNext(); ) {
  XrefTag xrefTag = (XrefTag) iterator.next();
final Collection annotations = experimentDescription.getAnnotations();
for ( Iterator iterator = annotations.iterator(); iterator.hasNext(); ) {
  final AnnotationTag annotationTag = (AnnotationTag) iterator.next();
final Collection xrefs = experimentDescription.getXrefs();
for ( Iterator iterator = xrefs.iterator(); iterator.hasNext(); ) {
  XrefTag xrefTag = (XrefTag) iterator.next();
origin: uk.ac.ebi.intact.app/data-conversion

oneExperimentHasAlreadyBeenUpdated = true;
if ( DEBUG ) {
  System.out.println( "Experiment " + experimentWrapper.getExperiment().getShortlabel()
            + " has been given the interaction shortlabel: " + label );
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

final String shortlabel = experimentDescription.getShortlabel();
final BioSource biosource = HostOrganismChecker.getBioSource( experimentDescription.getHostOrganism() );
experiment.setFullName( experimentDescription.getFullname() );
final String participantDetectionId = experimentDescription.getParticipantDetection().getPsiDefinition().getId();
final CvIdentification cvIdentification = ParticipantDetectionChecker.getCvIdentification( participantDetectionId );
experiment.setCvIdentification( cvIdentification );
final String interactionDetectionId = experimentDescription.getInteractionDetection().getPsiDefinition().getId();
final CvInteraction cvInteraction = InteractionDetectionChecker.getCvInteraction( interactionDetectionId );
experiment.setCvInteraction( cvInteraction );
final XrefTag bibRef = experimentDescription.getBibRef();
final ExperimentXref primaryXref = new ExperimentXref( institution,
                  XrefChecker.getCvDatabase( bibRef.getDb() ),
final Collection secondaryPubmedXrefs = experimentDescription.getAdditionalBibRef();
for ( Iterator iterator = secondaryPubmedXrefs.iterator(); iterator.hasNext(); ) {
  XrefTag xrefTag = (XrefTag) iterator.next();
final Collection annotations = experimentDescription.getAnnotations();
for ( Iterator iterator = annotations.iterator(); iterator.hasNext(); ) {
  final AnnotationTag annotationTag = (AnnotationTag) iterator.next();
final Collection xrefs = experimentDescription.getXrefs();
for ( Iterator iterator = xrefs.iterator(); iterator.hasNext(); ) {
  XrefTag xrefTag = (XrefTag) iterator.next();
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

oneExperimentHasAlreadyBeenUpdated = true;
if ( DEBUG ) {
  System.out.println( "Experiment " + experimentWrapper.getExperiment().getShortlabel()
            + " has been given the interaction shortlabel: " + label );
origin: uk.ac.ebi.intact.util/data-conversion

oneExperimentHasAlreadyBeenUpdated = true;
if ( DEBUG ) {
  System.out.println( "Experiment " + experimentWrapper.getExperiment().getShortlabel()
            + " has been given the interaction shortlabel: " + label );
uk.ac.ebi.intact.application.dataConversion.psiUpload.modelExperimentDescriptionTag

Javadoc

That class reflects what is needed to create an IntAct Experiment (non including interactions).

 
<experimentDescription id="EBI-12"> 
<names> 
<shortLabel>gavin-2002</shortLabel> 
<fullName>Functional organization of the yeast 
proteome by systematic analysis of protein complexes.</fullName> 
</names> 
<bibref> 
<xref> 
<primaryRef db="pubmed" id="11805826" secondary="" version=""/> 
</xref> 
</bibref> 
<hostOrganism ncbiTaxId="4932"> 
<names> 
<shortLabel>s cerevisiae</shortLabel> 
<fullName>Saccharomyces cerevisiae</fullName> 
</names> 
</hostOrganism> 
<interactionDetection> 
<names> 
<shortLabel>tandem affinity puri</shortLabel> 
<fullName>tandem affinity purification</fullName> 
</names> 
<xref> 
<primaryRef db="pubmed" id="10504710" secondary="" version=""/> 
<secondaryRef db="psi-mi" id="MI:0109" secondary="" version=""/> 
</xref> 
</interactionDetection> 
<participantDetection> 
<names> 
<shortLabel>peptide massfingerpr</shortLabel> 
<fullName>peptide massfingerprinting</fullName> 
</names> 
<xref> 
<primaryRef db="pubmed" id="11752590" secondary="" version=""/> 
<secondaryRef db="psi-mi" id="MI:0082" secondary="" version=""/> 
<secondaryRef db="pubmed" id="10967324" secondary="" version=""/> 
</xref> 
</participantDetection> 
</experimentDescription> 

Most used methods

  • <init>
  • equals
  • getAdditionalBibRef
  • getAnnotations
  • getBibRef
  • getFullname
  • getHostOrganism
  • getInteractionDetection
  • getParticipantDetection
  • getShortlabel
  • getXrefs
  • getXrefs

Popular in Java

  • Making http requests using okhttp
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getSystemService (Context)
  • requestLocationUpdates (LocationManager)
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Option (scala)
  • Top plugins for WebStorm
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