GenoPandas is a library that provides various datastructures to support
manipulation, querying and plotting of genomic data in Python. To do so,
GenoPandas provides several pandas-based data structures, such as the
GenomicDataFrame
and AnnotatedMatrix
classes, which can be used to
store different types of genomic data. For basic analyses, these classes
also provide a variety of different manipulation and plotting functions.
PyIM's documentation is available at jrderuiter.github.io/genopandas.
Coming soon!
This software is released under the MIT license.