# Public Samples

Practise identifying bacterial species using different types of 16S rRNA sequences provided below.&#x20;

### FASTA

A commonly used text-based format for representing nucleotide or protein sequences, where each sequence is preceded by a single-line description starting with a '>' symbol.

{% file src="/files/iyd4BkoLs6xuF8QYrQei" %}

### AB1

A binary file format from Applied Biosystems DNA sequencers that stores DNA sequencing chromatogram data, including the raw signal intensity and quality scores for each base call.

{% file src="/files/tFgqpeHjS1a7hkQPuPJG" %}

### Text&#x20;

In the style of FASTA format, the text of a 16S rRNA sequence can be directly uploaded.

> example\_16S GGTGAAATGCGTAGAGATCTGGAGGAAATACCGATGGCGAAGGCAGCCATCTGGCCCTAACACTGACGCT GAGGTGCGAAAGCATGGGGAGCAAACAGGATTAGATACCCTGGTAGTCCATGCCGTAAACGATGTCTACT AGCCGTTGGGGCCTTTGAGGCTTTAGTGGCGCAGCTAACGCGATAAGTAGACCGCCTGGGGAGTACGGTC GCAAGACTAAAACTCAAATGAATTGACGGGGGCCCGCACAAGCGGTGGAGCATGTGGTTTAATTCGATGC AACGCGAAGAACCTTACCTGGCCTTGACATAGTAAGAACTTTCCAGAGATGGATTGGTGCCTTCGGGAAC TTACATACAGGTGCTGCATGGCTGTCGTCAGCTCGTGTCGTGAGATGTTGGGTTAAGTCCCGCAACGAGC GCAACCCTTTTCCTTATTTGCCAGCGAGTAATGTCGGGAACTTTAAGGATACTGCCAGTGACAAACTGGA GGAAGGCGGGGACGACGTCAAGTCATCATGGCCCTTACGGCCAGGGCTACACACGTGCTACAATGGTCGG TACAAAGGGTTGCTACCTAGCGATAGGATGCTAATCTCAAAAAGCCGATCGTAGTCCGGATTGGAGTCTG CAACTCGACTCCATGAAGTCGGAATCGCTAGTAATCGCGGATCAGAATGCCGCGGTGAATACGTTCCCGG GCCTTGTACACACCGCCCGTCACACCATGGGAGTTTGTTGCACCAGAA


---

# 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://kb.ezbiocloud.net/home/protocols/16s-identification/prepare-samples/public-samples.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.
