Module: Bio::Ucsc::Binding
- Extended by:
- FFI::Library
- Defined in:
- lib/bio/ucsc/binding.rb
Overview
Ruby binding for the ucsc utils
Defined Under Namespace
Classes: BbiChromInfo, BbiFile, BbiSummaryElement, BbiZoomLevel
Constant Summary collapse
- BbiSummaryType =
bbiSummaryType - way to summarize data
enum(:bbiSumMean, 0, :bbiSumMax, :bbiSumMin, :bbiSumCoverage, :bbiSumStandardDeviation )