Tabnine Logo
Range.setResultingSequence
Code IndexAdd Tabnine to your IDE (free)

How to use
setResultingSequence
method
in
psidev.psi.mi.jami.model.Range

Best Java code snippets using psidev.psi.mi.jami.model.Range.setResultingSequence (Showing top 1 results out of 315)

origin: psidev.psi.mi.jami/jami-core

/**
 * All properties are copied from source to target excepted the participant
 * @param source
 * @param target
 */
public static void copyAndOverrideRangeProperties(Range source, Range target){
  if (source != null && target != null){
    target.setPositions(source.getStart(), source.getEnd());
    target.setLink(source.isLink());
    target.setResultingSequence(source.getResultingSequence());
  }
}
psidev.psi.mi.jami.modelRangesetResultingSequence

Javadoc

Sets the resultingSequence of this range object

Popular methods of Range

  • getParticipant
    The participating molecule that this range refers to. It can refer to any entity (participant, parti
  • getEnd
    The end position of the feature range in the interactor sequence It cannot be null
  • getResultingSequence
    The resultingSequence in case of mutation or variant. It can be null if not relevant for this range.
  • getStart
    The start position of the feature range in the interactor sequence It cannot be null
  • isLink
    Link boolean to know if two amino acids/nucleic acids are linked in the feature range (ex: disulfure
  • setLink
    Sets the link boolean for this Range
  • setParticipant
    Sets the participating molecule that the range refers to
  • setPositions
    Set the positions of the feature range in the interactor sequence

Popular in Java

  • Running tasks concurrently on multiple threads
  • getResourceAsStream (ClassLoader)
  • getSupportFragmentManager (FragmentActivity)
  • notifyDataSetChanged (ArrayAdapter)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Notification (javax.management)
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • Github Copilot alternatives
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