> For the complete documentation index, see [llms.txt](https://jiawei-li.gitbook.io/sapbase-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jiawei-li.gitbook.io/sapbase-user-guide/analysis/srna-target-prediction.md).

# sRNA Target Prediction

In the "sRNA Target Prediction" function, the function of <mark style="color:red;">**small RNA (sRNA) target gene prediction**</mark> is provided. There are two modes:

* Mode 1, the user inputs the sRNA sequence in FASTA format, selects the species to be analyzed, and then predicts all potential target genes in the species;
* Mode 2, the user inputs the gene sequence in FASTA format or directly input the Gene ID, and selects species, the program automatically predicts all potential sRNA targets site for the input sequence.

<figure><img src="/files/LuYTrNRX4hQ1ba73G00B" alt=""><figcaption></figcaption></figure>

### Input file format & Result <a href="#input-file-format--result" id="input-file-format--result"></a>

#### Example of mode 1:

inputs the sRNA sequence in **FASTA format**

```
>miR166
UGAAGCUGCCAGCAUGAUCUA
>miR156
UGACAGAAGAGAGGGAGCAU
```

The result returns a list of target gene predictions, including sRNA, target Gene ID, targeted start position and end position, penalty, sRNA sequence and target site sequence.

<figure><img src="/files/EPFpPBvfBjTDolx8kac8" alt=""><figcaption></figcaption></figure>

#### Example of mode 2:

**inputs the gene sequence in FASTA format** or directly input the **Gene ID** (Take litchi as an example. If it is other Sapindaceae species, please input the corresponding gene ID format.)

```
>LITCHI020533
ATGACAAAGACAATCGAAAAAGAAAAAGAAAGTGAATACAAGAAAGGTTTATGGACTGTG
GAAGAAGACAAGCTACTTTCGGATTATGTACAAGTGCATGGCAAAGGACAATGGAATCGT
CTTGCCAAAAAAACAGGTTTGAAGAGATGTGGGAAAAGTTGTAGGTTAAGGTGGATGAAT
TATCTGAGTCCAAGTGTGAACAGAAGTAATTTCACTAAAGAAGAAGAAGATCTCATTATT
AGACTCCATAAGCTCCTTGGAAACAGATGGTCTTTGATTGCAAAACGAGTACCGGGACGA
ACCGACAATCAAGTGAAGAATTACTGGAACACTCATTTGAGCAAAAAGCTGGGAATCAAA
GATCAAACTCGCAGCGTTGGCGTGCTCTTGAACTCCGGCAAAGTATATGTGTCTGAGACT
AGTGTCACAGAAACATGTACCGCTTGTGATAAAAACATAAGTAGTGCAGCCACTCATATT
TTAACGGACCACAAAAGCAGCCAGAAAGCTGTGAATGTCTCGGACACACAAGATTCCATT
ATGGATGAAGGTTTCTTCAACTCCTTATGGGTGTCTGATGATGACTTGATGGAGTTTATG
GACGGTTATTCTTTAATTTGA
```

or input Gene ID

```
LITCHI020533
```

The result returns a list of prediction results of sRNA target sites in the input gene, including sRNA, target Gene ID, targeted start position and end position, penalty, sRNA sequence and target site sequence.

<figure><img src="/files/q55mgZsPJgOhorVs6ISK" alt=""><figcaption></figcaption></figure>
