Home
Intro to Mantle
This guide introduces Mantle’s capabilities, the end-to-end flow for biological data analysis on Mantle, and how to start analyzing your data.
What you can do with Mantle
Capability | Enables you to… |
---|---|
Notebooks |
|
Database |
|
Pipelines |
|
How to use Mantle for biological data analysis
Open a Mantle Notebook and…
1
Upload data to Mantle
- Select one of the built-in data types, e.g.
rnaseq_fastq
. Or, if nothing fits, use thecustom_file
orcustom_directory
types.
2
Process instrument data files
- Often, biological data is in bespoke file types and/or in an unstructured format, and needs to be processed before it undergo statistical analysis.
- Process files using Python or a pipeline.
3
Explore and discover
- Data that is tabular is ready for statistical analysis, machine learning, and plotting.
- Use custom Python code with packages like Scanpy, Scipy, PyTorch, Scikit-Learn, etc. in a Mantle Notebook.
- Create graphs for the team meeting or publication.
Get started in minutes with one of our templates.