In-Sight Documentation¶
In-Sight is a Python toolkit for genomic and read-level visualization.
This documentation is organized for two audiences:
- Users You want to install the project, run commands, render plots, and customize R layouts when needed.
- Developers You want to understand the framework, reuse the base pipeline, and build scenario-specific applications on top of it.
What You Can Do Here¶
- Learn how to install and use
plot2insightsas a unified command-line entrypoint. - Understand how bundled R scripts power different plotting layouts.
- Override built-in R scripts with your own custom visualization code.
- Study three real command implementations as framework examples:
in_sight/commands/bayesmonstr2insights.pyin_sight/commands/cf2insights.pyin_sight/commands/plot2insights.pyin_sight/commands/scrna2insights.py
Recommended Reading Paths¶
If you are a user:
- Read Getting Started.
- Read plot2insights.
- Read Scenario Commands if you need the specialized apps.
If you are a developer: