ADAMContext to extend.
Convert Biojava Fastq to bdg-formats Read.
Convert Biojava DNASequence to bdg-formats Sequence.
Convert Biojava DNASequence to a list of bdg-formats Features.
Convert Biojava ProteinSequence to bdg-formats Sequence
Convert Biojava ProteinSequence to a list of bdg-formats Features
Convert Biojava RNASequence to bdg-formats Sequence
Convert Biojava RNASequence to a list of bdg-formats Features
ADAMContext to extend.
Convert Biojava DNASequence to bdg-formats Sequence.
Convert Biojava DNASequence to a list of bdg-formats Features.
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 in FASTA format, must not be null
RDD of DNA sequences
IOException if an I/O error occurs
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 in FASTA format, must not be null
RDD of protein sequences
IOException if an I/O error occurs
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 in FASTA format, must not be null
RDD of RNA sequences
IOException if an I/O error occurs
Load the specified path in FASTQ format as reads with Biojava.
Load the specified path in FASTQ format as reads with Biojava.
path in FASTQ format, must not be null
RDD of reads
IOException if an I/O error occurs
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 in Genbank format, must not be null
RDD of DNA sequences
IOException if an I/O error occurs
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 in Genbank format, must not be null
RDD of DNA sequence features
Exception if an I/O error occurs
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 in Genbank format, must not be null
RDD of protein sequences
IOException if an I/O error occurs
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 in Genbank format, must not be null
RDD of protein sequence features
Exception if an I/O error occurs
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 in Genbank format, must not be null
RDD of RNA sequences
IOException if an I/O error occurs
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 in Genbank format, must not be null
RDD of RNA sequence features
Exception if an I/O error occurs
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 in FASTQ format, must not be null
RDD of reads
IOException if an I/O error occurs
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 in Genbank format, must not be null
RDD of DNA sequences
IOException if an I/O error occurs
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 in Genbank format, must not be null
RDD of DNA sequence features
Exception if an I/O error occurs
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 in Genbank format, must not be null
RDD of protein sequences
IOException if an I/O error occurs
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 in Genbank format, must not be null
RDD of protein sequence features
Exception if an I/O error occurs
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 in Genbank format, must not be null
RDD of RNA sequences
IOException if an I/O error occurs
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 in Genbank format, must not be null
RDD of RNA sequence features
Exception if an I/O error occurs
Convert Biojava ProteinSequence to bdg-formats Sequence
Convert Biojava ProteinSequence to a list of bdg-formats Features
Convert Biojava Fastq to bdg-formats Read.
Convert Biojava RNASequence to bdg-formats Sequence
Convert Biojava RNASequence to a list of bdg-formats Features
Extends ADAMContext with load methods for Biojava models.