# Analysis

DNAstack provides several tools for analyzing and working with your data programmatically. Whether you're writing Python scripts, working in Jupyter notebooks, or running workflows across different platforms, DNAstack's analysis tools help you integrate and process data efficiently.

## Available Tools

### [Python Library](/products/analysis/python-library.md)

The DNAstack Python client library enables programmatic interaction with DNAstack services. This powerful library allows you to:

* Access and query collections
* Download data through DRS
* Integrate with pandas DataFrames
* Automate data analysis workflows

## [Multi-Platform Support](/products/analysis/integrations.md)

The DNAstack Client Library works seamlessly across popular bioinformatics platforms and engines:

* DNAnexus
* Terra
* Nextflow
* Cromwell
* CWLtool

Our example workflows demonstrate these integrations using multiple workflow languages:

* Workflow Description Language (WDL)
* Common Workflow Language (CWL)
* Nextflow scripts


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.omics.ai/products/analysis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
