> For the complete documentation index, see [llms.txt](https://help.idm.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.idm.illumina.com/dragen-16s-plus/dragen-16s-plus/output-files.md).

# Output files

## Sample-level output files

| Filename                        | Type          | Description                                                                                                                                                                                                                                                                                                                           |
| ------------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Samplename.D16SPlus.report.json | json          | Report file containing general metadata, version information, sample QC, statistics, and analysis options specified by the user. See [Report JSON format](/dragen-16s-plus/dragen-16s-plus/output-files/report-json-format.md) for further details                                                                                    |
| Samplename.D16SPlus.html        | html          | Visual report file. See [Understanding the BaseSpace HTML reports](/dragen-16s-plus/dragen-16s-plus/output-files/understanding-the-basespace-html-reports.md) for further details                                                                                                                                                     |
| Samplename.D16SPlus.summary.csv | csv           | Tabular file with counts of how reads were classified in the sample. Each unique classification is a row, and the number of hits and % of total hits is recorded for each row. Partial classifications (e.g., where a Class-level classification was made, but not an Order-level classification) has unclassified entries left blank |
| Samplename.D16SPlus.txt.gz      | txt (gzipped) | File providing raw classifier output. Entries in the file contain the read (or read pair for paired-end data) identifier from the input FASTQ file and the classification assigned to the read for each canonical taxonomic level (separated by semicolons)                                                                           |

## Analysis-level output files

| Filename                                                                                                   | Type | Description                                                                                                                                                                                                                                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| AnalysisIDnumber.D16SPlus.results.zip                                                                      | zip  | Compressed file containing all output files for single-click download, with the exception of raw classifier output txt.gz files                                                                                                                                                                                                                                    |
| AnalysisIDnumber.D16SPlus.report.xlsx                                                                      | xlsx | Aggregate Excel report file that summarizes general metadata, version information, sample QC, statistics, and analysis options specified by the user for all samples in the analysis. See below for further details                                                                                                                                                |
| AnalysisIDnumber.D16SPlus.\<Kingdom,Phylum,Class,Order,Family,Genus,Species>\_Level\_Aggregate\_Counts.csv | csv  | Seven tabular files with per-level aggregate classified read counts for all samples in the analysis. Each row is a unique classification label that occurred in one or more samples. Each column is a unique sample ID. Entries in the table are the number of classified reads (or read pairs for paired-end data) for a given classification label and sample ID |
| report.html                                                                                                | html | Visual report file for all samples in the analysis. See [Understanding the BaseSpace HTML reports](/dragen-16s-plus/dragen-16s-plus/output-files/understanding-the-basespace-html-reports.md) for further details                                                                                                                                                  |

{% file src="/files/eFjSnS8Jr7vZAGNBwQWy" %}
Description of DRAGEN 16S Plus aggregate Excel report file fields
{% endfile %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.idm.illumina.com/dragen-16s-plus/dragen-16s-plus/output-files.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
