Skip to content

Commit

Permalink
fix notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
lbugnon committed Jul 9, 2023
1 parent 361c5fb commit f566f6c
Show file tree
Hide file tree
Showing 3 changed files with 1,103 additions and 293 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ When installing miRe2e, pre-trained weights for humans will be automatically dow
The model receives a fasta file with a raw RNA sequence. The sequence is
analyzed with a sliding window, and a pre-miRNA score is assigned to each sub-sequence.

You can find a complete demonstration of usage in [this notebook](https://colab.research.google.com/github/sinc-lab/miRe2e/blob/master/demo.ipynb). If you want to try the model as it is, it is recommended to **start with this notebook**
You can find a complete demonstration of usage in [this notebook](https://colab.research.google.com/github/sinc-lab/miRe2e/blob/master/demo.ipynb), with the pretrained model.

Reproducing paper results: [this notebook](https://colab.research.google.com/drive/1pI2SmT9s20LxnhJ_y8Tu4loDuyFNJNLi) contains the detailed steps to reproduce the results presented in the paper.
The detailed steps to reproduce the results presented in the paper are [in this notebook](https://colab.research.google.com/github/sinc-lab/miRe2e/blob/master/results.ipynb).



Expand Down
291 changes: 0 additions & 291 deletions demo.ipynb

Large diffs are not rendered by default.

1,101 changes: 1,101 additions & 0 deletions results.ipynb

Large diffs are not rendered by default.

0 comments on commit f566f6c

Please sign in to comment.