Uses of Class
com.compomics.util.experiment.identification.protein_inference.fm_index.WaveletTree
Package | Description |
---|---|
com.compomics.util.experiment.identification.protein_inference.fm_index |
Protein sequence database indexing classes based on Burrows-Wheeler transform.
|
-
Uses of WaveletTree in com.compomics.util.experiment.identification.protein_inference.fm_index
Fields in com.compomics.util.experiment.identification.protein_inference.fm_index with type parameters of type WaveletTree Modifier and Type Field Description ArrayList<WaveletTree>
FMIndex. occurrenceTablesPrimary
Wavelet tree for storing the burrows wheeler transform.ArrayList<WaveletTree>
FMIndex. occurrenceTablesReversed
Wavelet tree for storing the burrows wheeler transform reversed.