scikit-allel
v0.16-dev
  • Data structures
    • In-memory data structures
    • Chunked arrays
    • Dask arrays (experimental)
    • bcolz arrays (deprecated)
  • Statistics and plotting
  • Input/output utilities
  • Chunked storage utilities
  • Miscellaneous utilities
  • Release notes
scikit-allel
  • Docs »
  • Data structures
  • Edit on GitHub

Data structuresΒΆ

  • In-memory data structures
    • GenotypeArray
    • HaplotypeArray
    • AlleleCountsArray
    • VariantTable
    • FeatureTable
    • SortedIndex
    • UniqueIndex
    • SortedMultiIndex
    • Utility functions
  • Chunked arrays
    • GenotypeChunkedArray
    • HaplotypeChunkedArray
    • AlleleCountsChunkedArray
    • VariantChunkedTable
    • FeatureChunkedTable
    • AlleleCountsChunkedTable
  • Dask arrays (experimental)
    • GenotypeDaskArray
    • HaplotypeDaskArray
    • AlleleCountsDaskArray
  • bcolz arrays (deprecated)
    • GenotypeCArray
    • HaplotypeCArray
    • AlleleCountsCArray
    • VariantCTable
    • FeatureCTable
    • Utility functions
Next Previous

© Copyright 2015, Alistair Miles. Revision f7536f24.

Built with Sphinx using a theme provided by Read the Docs.