Codota Logo
uk.ac.ebi.intact.application.dataConversion.psiUpload.checker
Code IndexAdd Codota to your IDE (free)

How to use uk.ac.ebi.intact.application.dataConversion.psiUpload.checker

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

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
DateTime d =
  • Codota Iconnew DateTime()
  • Codota IconDateTimeFormatter formatter;String text;formatter.parseDateTime(text)
  • Codota IconObject instant;new DateTime(instant)
  • Smart code suggestions by Codota
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

public static void check( ) {
  initialise( );
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

protected static BioSource getBioSource( final String taxid,
                     final CellTypeTag cellType,
                     final TissueTag tissue ) {
  String id = buildID( taxid, cellType, tissue );
  return (BioSource) cache.get( id );
}
origin: uk.ac.ebi.intact.app/data-conversion

public static void ckeck( FeatureTag feature ) {
  if ( feature.hasFeatureDetection() ) {
    checkCvFeatureIdentification( feature );
  }
  checkCvTypeIdentification( feature );
  for ( Iterator iterator = feature.getXrefs().iterator(); iterator.hasNext(); ) {
    XrefTag xref = (XrefTag) iterator.next();
    XrefChecker.check( xref );
  }
}
origin: uk.ac.ebi.intact.app/data-conversion

public static BioSource getBioSource( final OrganismTag organism ) {
  if ( organism == null ) {
    return null;
  }
  final String taxid = organism.getTaxId();
  final CellTypeTag cellType = organism.getCellType();
  final TissueTag tissue = organism.getTissue();
  return getBioSource( taxid, cellType, tissue );
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

  public static void check( final HostOrganismTag hostOrganism,
               final BioSourceFactory bioSourceFactory ) {

    final String taxid = hostOrganism.getTaxId();
    final CellTypeTag cellType = hostOrganism.getCellType();
    final TissueTag tissue = hostOrganism.getTissue();
    check( taxid, cellType, tissue, bioSourceFactory );
  }
}
origin: uk.ac.ebi.intact.util/data-conversion

  public static void check( final OrganismTag organism,
               final BioSourceFactory bioSourceFactory ) {

    final String taxid = organism.getTaxId();
    final CellTypeTag cellType = organism.getCellType();
    final TissueTag tissue = organism.getTissue();
    check( taxid, cellType, tissue, bioSourceFactory );
  }
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

public static BioSource getBioSource( final HostOrganismTag hostOrganism ) {
  final String taxid = hostOrganism.getTaxId();
  final CellTypeTag cellType = hostOrganism.getCellType();
  final TissueTag tissue = hostOrganism.getTissue();
  return getBioSource( taxid, cellType, tissue );
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

public static void ckeck( FeatureTag feature ) {
  if ( feature.hasFeatureDetection() ) {
    checkCvFeatureIdentification( feature );
  }
  checkCvTypeIdentification( feature );
  for ( Iterator iterator = feature.getXrefs().iterator(); iterator.hasNext(); ) {
    XrefTag xref = (XrefTag) iterator.next();
    XrefChecker.check( xref );
  }
}
origin: uk.ac.ebi.intact.util/data-conversion

public static void check( ) {
  initialise( );
}
origin: uk.ac.ebi.intact.util/data-conversion

public static BioSource getBioSource( final OrganismTag organism ) {
  if ( organism == null ) {
    return null;
  }
  final String taxid = organism.getTaxId();
  final CellTypeTag cellType = organism.getCellType();
  final TissueTag tissue = organism.getTissue();
  return getBioSource( taxid, cellType, tissue );
}
origin: uk.ac.ebi.intact.app/data-conversion

  public static void check( final HostOrganismTag hostOrganism,
               final BioSourceFactory bioSourceFactory ) {

    final String taxid = hostOrganism.getTaxId();
    final CellTypeTag cellType = hostOrganism.getCellType();
    final TissueTag tissue = hostOrganism.getTissue();
    check( taxid, cellType, tissue, bioSourceFactory );
  }
}
origin: uk.ac.ebi.intact.app/data-conversion

  public static void check( final OrganismTag organism,
               final BioSourceFactory bioSourceFactory ) {

    final String taxid = organism.getTaxId();
    final CellTypeTag cellType = organism.getCellType();
    final TissueTag tissue = organism.getTissue();
    check( taxid, cellType, tissue, bioSourceFactory );
  }
}
origin: uk.ac.ebi.intact.app/data-conversion

public static BioSource getBioSource( final HostOrganismTag hostOrganism ) {
  final String taxid = hostOrganism.getTaxId();
  final CellTypeTag cellType = hostOrganism.getCellType();
  final TissueTag tissue = hostOrganism.getTissue();
  return getBioSource( taxid, cellType, tissue );
}
origin: uk.ac.ebi.intact.util/data-conversion

protected static BioSource getBioSource( final String taxid,
                     final CellTypeTag cellType,
                     final TissueTag tissue ) {
  String id = buildID( taxid, cellType, tissue );
  return (BioSource) cache.get( id );
}
origin: uk.ac.ebi.intact.app/data-conversion

public static void check( ) {
  initialise( );
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

public static BioSource getBioSource( final OrganismTag organism ) {
  if ( organism == null ) {
    return null;
  }
  final String taxid = organism.getTaxId();
  final CellTypeTag cellType = organism.getCellType();
  final TissueTag tissue = organism.getTissue();
  return getBioSource( taxid, cellType, tissue );
}
origin: uk.ac.ebi.intact.util/data-conversion

  public static void check( final HostOrganismTag hostOrganism,
               final BioSourceFactory bioSourceFactory ) {

    final String taxid = hostOrganism.getTaxId();
    final CellTypeTag cellType = hostOrganism.getCellType();
    final TissueTag tissue = hostOrganism.getTissue();
    check( taxid, cellType, tissue, bioSourceFactory );
  }
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

  public static void check( final OrganismTag organism,
               final BioSourceFactory bioSourceFactory ) {

    final String taxid = organism.getTaxId();
    final CellTypeTag cellType = organism.getCellType();
    final TissueTag tissue = organism.getTissue();
    check( taxid, cellType, tissue, bioSourceFactory );
  }
}
origin: uk.ac.ebi.intact.util/data-conversion

public static BioSource getBioSource( final HostOrganismTag hostOrganism ) {
  final String taxid = hostOrganism.getTaxId();
  final CellTypeTag cellType = hostOrganism.getCellType();
  final TissueTag tissue = hostOrganism.getTissue();
  return getBioSource( taxid, cellType, tissue );
}
origin: uk.ac.ebi.intact.app/data-conversion

protected static BioSource getBioSource( final String taxid,
                     final CellTypeTag cellType,
                     final TissueTag tissue ) {
  String id = buildID( taxid, cellType, tissue );
  return (BioSource) cache.get( id );
}
uk.ac.ebi.intact.application.dataConversion.psiUpload.checker

Most used classes

  • AbstractOrganismChecker
    That class handles the common behaviour of OrganismChecker and HostOrganismChecker. eg. find if a pr
  • AnnotationChecker
    That class .
  • ControlledVocabularyRepository
  • EntryChecker
    That class .
  • EntrySetChecker
    That class .
  • ExpressedInChecker,
  • FeatureChecker,
  • HostOrganismChecker,
  • InteractionChecker,
  • InteractionDetectionChecker,
  • InteractionTypeChecker,
  • OrganismChecker,
  • ParticipantDetectionChecker,
  • ProteinInteractorChecker$AmbiguousBioSourceException,
  • ProteinInteractorChecker,
  • ProteinParticipantChecker,
  • RoleChecker,
  • XrefChecker
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