Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
TasfiaZahin committed Feb 16, 2024
1 parent 453841a commit c117e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The output file stores the reconstructed circular transcripts assembled by TERRA

# Scoring

The `output.gtf` generated by TERRACE consists of abundance values in the `score` field of the GTF file by default. We provide a Random Forest pre-trained model to generate more reliable scores (between 0 to 1) and integrate them in the `score` field of the GTF file. After integrating the scores, a user-defined threshold can be provided to generate a supplementary precise.gtf file that contains circRNAs with scores above the given threshold. Please refer refer to [RF-scoring/README](https://github.com/Shao-Group/TERRACE/blob/master/RF-scoring/README.md) for details of score generation, integration, and precise.gtf file.
The `output.gtf` generated by TERRACE consists of abundance values in the `score` field of the GTF file by default. We provide a Random Forest pre-trained model to generate more reliable scores (between 0 to 1) and integrate them in the `score` field of the GTF file. After integrating the scores, a user-defined threshold can be provided to generate a supplementary precise.gtf file that contains circRNAs with scores above the given threshold. Please refer to [RF-scoring/README](https://github.com/Shao-Group/TERRACE/blob/master/RF-scoring/README.md) for details of score generation, integration, and precise.gtf file.

To make use of the scoring functionalities, TERRACE need to be run to generate a feature file as follows.

Expand Down

0 comments on commit c117e11

Please sign in to comment.