# Bonus: Accessing Raw Data for Analysis

The ENCODE suite of tools for accessing and analyzing Hi-C Data includes the Straw API for streaming Hi-C data without needing to download any files. Straw currently supports Python, C/C++, R, MATLAB, and JavaScript.

To access a sample Jupyter notebook with code for running straw, go to: [https://colab.research.google.com/drive/1-GG-n-p9nZ7Be82UVJG7n3Q\_wQ9IeuFN](https://colab.research.google.com/drive/1-GG-n-p9nZ7Be82UVJG7n3Q_wQ9IeuFN?usp=sharing)

More information about the Straw API can be found at <https://github.com/aidenlab/straw> (C++/Python/R/MATLAB), <https://github.com/aidenlab/java-straw> (Java), and <https://github.com/igvteam/hic-straw> (JavaScript).


---

# 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://aidenlab.gitbook.io/juicebox/accessing-raw-data.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.
