Deep Recurrent Neural Network-Based Identification of Precursor microRNAs
Park, Seunghyun, et al. "Deep Recurrent Neural Network-Based Identification of Precursor microRNAs." Advances in Neural Information Processing Systems. 2017.
//
Usage: python inference/deepMiRGene.py -i <input file> -o <output file>
- input file: fasta format
- output file: 0 (true pre-miRNA) or 1 (pseudo pre-miRNA)
Dependencies:
-
biopython http://biopython.org/wiki/Download
-
RNAfold (python version) https://www.tbi.univie.ac.at/RNA/#download
- theono backended
** Reproduce
- reproduce/cv.py
- cross-validation results for the human and cross-species dataset (Table 2)
- reproduce/test.py (human and cross-species)
- test results for the human and cross-species dataset (Table 2)
- reproduce/test_new.py (new)
- test results for the new dataset (Table 3)