/marsilea

Create x-layout visualization

Primary LanguagePythonMIT LicenseMIT

Banner-LightBanner-Dark

Documentation Status pypi version

❗We are in beta, API may change and bugs expected

Create x-layout visualization!

Quick start in the browser without a line of code! Open App

Read Documentation

Installation

pip install marsilea

Examples

stacked bar heatmap oncoprint
Stacked Bar Heatmap Oncoprint
Deploy yourself The web version of marsilea cannot handle large traffic, if you want a more fluent experience, you can easily deploy it yourself or run it locally.

You only need 3 steps:

  • Clone this repository: git clone https://github.com/Marsilea-viz/marsilea.git
  • Install dependencies: pip install -r app/requirements.txt
  • Launch: streamlit run app/Home.py