Datastructures for manipulating, querying and plotting genomic data.
Project description
GenoPandas
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.
Documentation
PyIM’s documentation is available at jrderuiter.github.io/genopandas.
Examples
Coming soon!
License
This software is released under the MIT license.
History
0.1
Initial release with GenomicsDataFrame + AnnotatedMatrix classes.