Class/Object

org.biojava.nbio.adam

BiojavaAdamContext

Related Docs: object BiojavaAdamContext | package adam

Permalink

class BiojavaAdamContext extends Serializable with Logging

Extends ADAMContext with load methods for Biojava models.

Linear Supertypes
Logging, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BiojavaAdamContext
  2. Logging
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BiojavaAdamContext(ac: ADAMContext, readConverter: Converter[Fastq, Read], dnaSequenceConverter: Converter[DNASequence, Sequence], dnaSequenceFeaturesConverter: Converter[DNASequence, List[Feature]], proteinSequenceConverter: Converter[ProteinSequence, Sequence], proteinSequenceFeaturesConverter: Converter[ProteinSequence, List[Feature]], rnaSequenceConverter: Converter[RNASequence, Sequence], rnaSequenceFeaturesConverter: Converter[RNASequence, List[Feature]])

    Permalink

    ac

    ADAMContext to extend.

    readConverter

    Convert Biojava Fastq to bdg-formats Read.

    dnaSequenceConverter

    Convert Biojava DNASequence to bdg-formats Sequence.

    dnaSequenceFeaturesConverter

    Convert Biojava DNASequence to a list of bdg-formats Features.

    proteinSequenceConverter

    Convert Biojava ProteinSequence to bdg-formats Sequence

    proteinSequenceFeaturesConverter

    Convert Biojava ProteinSequence to a list of bdg-formats Features

    rnaSequenceConverter

    Convert Biojava RNASequence to bdg-formats Sequence

    rnaSequenceFeaturesConverter

    Convert Biojava RNASequence to a list of bdg-formats Features

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ac: ADAMContext

    Permalink

    ADAMContext to extend.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val dnaSequenceConverter: Converter[DNASequence, Sequence]

    Permalink

    Convert Biojava DNASequence to bdg-formats Sequence.

  8. val dnaSequenceFeaturesConverter: Converter[DNASequence, List[Feature]]

    Permalink

    Convert Biojava DNASequence to a list of bdg-formats Features.

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  16. def loadBiojavaFastaDna(path: String): SequenceDataset

    Permalink

    Load the specified path in FASTA format as DNA sequences with Biojava.

    Load the specified path in FASTA format as DNA sequences with Biojava.

    path

    path in FASTA format, must not be null

    returns

    RDD of DNA sequences

    Exceptions thrown

    IOException if an I/O error occurs

  17. def loadBiojavaFastaProtein(path: String): SequenceDataset

    Permalink

    Load the specified path in FASTA format as protein sequences with Biojava.

    Load the specified path in FASTA format as protein sequences with Biojava.

    path

    path in FASTA format, must not be null

    returns

    RDD of protein sequences

    Exceptions thrown

    IOException if an I/O error occurs

  18. def loadBiojavaFastaRna(path: String): SequenceDataset

    Permalink

    Load the specified path in FASTA format as RNA sequences with Biojava.

    Load the specified path in FASTA format as RNA sequences with Biojava.

    path

    path in FASTA format, must not be null

    returns

    RDD of RNA sequences

    Exceptions thrown

    IOException if an I/O error occurs

  19. def loadBiojavaFastqReads(path: String): ReadDataset

    Permalink

    Load the specified path in FASTQ format as reads with Biojava.

    Load the specified path in FASTQ format as reads with Biojava.

    path

    path in FASTQ format, must not be null

    returns

    RDD of reads

    Exceptions thrown

    IOException if an I/O error occurs

  20. def loadBiojavaGenbankDna(path: String): SequenceDataset

    Permalink

    Load the specified path in Genbank format as DNA sequences with Biojava.

    Load the specified path in Genbank format as DNA sequences with Biojava.

    path

    path in Genbank format, must not be null

    returns

    RDD of DNA sequences

    Exceptions thrown

    IOException if an I/O error occurs

  21. def loadBiojavaGenbankDnaFeatures(path: String): FeatureDataset

    Permalink

    Load the specified path in Genbank format as DNA sequence features with Biojava.

    Load the specified path in Genbank format as DNA sequence features with Biojava.

    path

    path in Genbank format, must not be null

    returns

    RDD of DNA sequence features

    Exceptions thrown

    Exception if an I/O error occurs

  22. def loadBiojavaGenbankProtein(path: String): SequenceDataset

    Permalink

    Load the specified path in Genbank format as protein sequences with Biojava.

    Load the specified path in Genbank format as protein sequences with Biojava.

    path

    path in Genbank format, must not be null

    returns

    RDD of protein sequences

    Exceptions thrown

    IOException if an I/O error occurs

  23. def loadBiojavaGenbankProteinFeatures(path: String): FeatureDataset

    Permalink

    Load the specified path in Genbank format as protein sequence features with Biojava.

    Load the specified path in Genbank format as protein sequence features with Biojava.

    path

    path in Genbank format, must not be null

    returns

    RDD of protein sequence features

    Exceptions thrown

    Exception if an I/O error occurs

  24. def loadBiojavaGenbankRna(path: String): SequenceDataset

    Permalink

    Load the specified path in Genbank format as RNA sequences with Biojava.

    Load the specified path in Genbank format as RNA sequences with Biojava.

    path

    path in Genbank format, must not be null

    returns

    RDD of RNA sequences

    Exceptions thrown

    IOException if an I/O error occurs

  25. def loadBiojavaGenbankRnaFeatures(path: String): FeatureDataset

    Permalink

    Load the specified path in Genbank format as RNA sequence features with Biojava.

    Load the specified path in Genbank format as RNA sequence features with Biojava.

    path

    path in Genbank format, must not be null

    returns

    RDD of RNA sequence features

    Exceptions thrown

    Exception if an I/O error occurs

  26. def loadFastqReads(path: String): ReadDataset

    Permalink

    Load the specified path in FASTQ format as reads with Biojava.

    Load the specified path in FASTQ format as reads with Biojava. Alias for loadBiojavaFastqReads.

    path

    path in FASTQ format, must not be null

    returns

    RDD of reads

    Exceptions thrown

    IOException if an I/O error occurs

  27. def loadGenbankDna(path: String): SequenceDataset

    Permalink

    Load the specified path in Genbank format as DNA sequences with Biojava.

    Load the specified path in Genbank format as DNA sequences with Biojava. Alias for loadBiojavaGenbankDna.

    path

    path in Genbank format, must not be null

    returns

    RDD of DNA sequences

    Exceptions thrown

    IOException if an I/O error occurs

  28. def loadGenbankDnaFeatures(path: String): FeatureDataset

    Permalink

    Load the specified path in Genbank format as DNA sequence features with Biojava.

    Load the specified path in Genbank format as DNA sequence features with Biojava. Alias for loadBiojavaGenbankDnaFeatures.

    path

    path in Genbank format, must not be null

    returns

    RDD of DNA sequence features

    Exceptions thrown

    Exception if an I/O error occurs

  29. def loadGenbankProtein(path: String): SequenceDataset

    Permalink

    Load the specified path in Genbank format as protein sequences with Biojava.

    Load the specified path in Genbank format as protein sequences with Biojava. Alias for loadBiojavaGenbankProtein.

    path

    path in Genbank format, must not be null

    returns

    RDD of protein sequences

    Exceptions thrown

    IOException if an I/O error occurs

  30. def loadGenbankProteinFeatures(path: String): FeatureDataset

    Permalink

    Load the specified path in Genbank format as protein sequence features with Biojava.

    Load the specified path in Genbank format as protein sequence features with Biojava. Alias for loadBiojavaGenbankProteinFeatures.

    path

    path in Genbank format, must not be null

    returns

    RDD of protein sequence features

    Exceptions thrown

    Exception if an I/O error occurs

  31. def loadGenbankRna(path: String): SequenceDataset

    Permalink

    Load the specified path in Genbank format as RNA sequences with Biojava.

    Load the specified path in Genbank format as RNA sequences with Biojava. Alias for loadBiojavaGenbankRna.

    path

    path in Genbank format, must not be null

    returns

    RDD of RNA sequences

    Exceptions thrown

    IOException if an I/O error occurs

  32. def loadGenbankRnaFeatures(path: String): FeatureDataset

    Permalink

    Load the specified path in Genbank format as RNA sequence features with Biojava.

    Load the specified path in Genbank format as RNA sequence features with Biojava. Alias for loadBiojavaGenbankRnaFeatures.

    path

    path in Genbank format, must not be null

    returns

    RDD of RNA sequence features

    Exceptions thrown

    Exception if an I/O error occurs

  33. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  35. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  38. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  39. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  40. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  41. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  42. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  43. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  44. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  45. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. val proteinSequenceConverter: Converter[ProteinSequence, Sequence]

    Permalink

    Convert Biojava ProteinSequence to bdg-formats Sequence

  49. val proteinSequenceFeaturesConverter: Converter[ProteinSequence, List[Feature]]

    Permalink

    Convert Biojava ProteinSequence to a list of bdg-formats Features

  50. val readConverter: Converter[Fastq, Read]

    Permalink

    Convert Biojava Fastq to bdg-formats Read.

  51. val rnaSequenceConverter: Converter[RNASequence, Sequence]

    Permalink

    Convert Biojava RNASequence to bdg-formats Sequence

  52. val rnaSequenceFeaturesConverter: Converter[RNASequence, List[Feature]]

    Permalink

    Convert Biojava RNASequence to a list of bdg-formats Features

  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  54. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  55. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped