Directories ¶
Path | Synopsis |
---|---|
Package bio is a library representing Bioinformatics solutions.
|
Package bio is a library representing Bioinformatics solutions. |
alphabet
Package alphabet defines the abstract interface for a biological alphabet.
|
Package alphabet defines the abstract interface for a biological alphabet. |
alphabet/hashmap
Package hashmap is a collection of defined biological alphabets such as DNA, RNA, and Protein
|
Package hashmap is a collection of defined biological alphabets such as DNA, RNA, and Protein |
data
Package data is commonly referenced data such as lookup tables
|
Package data is commonly referenced data such as lookup tables |
data/codon
Package codon contains 31 DNA to Protein translation tables.
|
Package codon contains 31 DNA to Protein translation tables. |
data/quality
Package quality handles scores used to encode quality of a sequence
|
Package quality handles scores used to encode quality of a sequence |
io
Package io is a collection of IO operations with a focus on common standard formats
|
Package io is a collection of IO operations with a focus on common standard formats |
io/fasta
Package fasta handles reading, writing, and utilizing FASTA format
|
Package fasta handles reading, writing, and utilizing FASTA format |
io/fasta/base
Package base is a basic implementation of FASTA reading
|
Package base is a basic implementation of FASTA reading |
io/fastq
Package fastq handles reading, writing, and utilizing FASTQ format
|
Package fastq handles reading, writing, and utilizing FASTQ format |
sequence
Package sequence defines the abstract interface for a biological sequence.
|
Package sequence defines the abstract interface for a biological sequence. |
sequence/immutable
Package immutable is an implementation of biological sequences that have immutability.
|
Package immutable is an implementation of biological sequences that have immutability. |
sequence/mutable
Package mutable is an implementation of biological sequences that mutate internally.
|
Package mutable is an implementation of biological sequences that mutate internally. |
test
Package test defines any testing constants or functions used to validate assumptions.
|
Package test defines any testing constants or functions used to validate assumptions. |
utils
Package utils is a collection of helpful utilities
|
Package utils is a collection of helpful utilities |
Click to show internal directories.
Click to hide internal directories.