Metadata-Version: 2.1
Name: sanbomics
Version: 0.0.4
Summary: bioinformatics plots and tools for python
Author-email: Mark Sanborn <mark.email24@gmail.com>
Project-URL: Homepage, https://github.com/mousepixels/sanbomic
Project-URL: Bug Tracker, https://github.com/mousepixels/sanbomic
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

plots:
	volcano: easily plot volcano plot
		from sanbomics.plots import volcano
tools:
	id_map: map ensembl, entrez, and symbols between eachother
		from sanbomics.tools import id_map
