Skip to content

rustcodepro/rnaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rnaml

  • prepairing rna predictions for deep learning.
  • classification based on the expectation value.
cargo build
Machine learning and Target Prediction from RNAs
           ************************************************
           Author Gaurav Sablok,
           Email: codeprog@icloud.com
          ************************************************

Usage: rnaml <COMMAND>

Commands:
  mirna-machine  Machine learning for miRNAs with upstream and downstream
  mirna-part     Machine learning for miRNAs with only predicted sequence part
  extract-mirna  Extract the miRNA with the annotated regions and up and down stream
  help           Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version
Machine learning for miRNAs with upstream and downstream

Usage: rnaml mirna-machine <ANNOTATIONFILE> <PSRNATARGET> <EXPECTATIONINPUT> <UPSTREAMINPUT> <DOWNSTREAMINPUT> <PREDICTFASTA> <THREAD>

Arguments:
  <ANNOTATIONFILE>    transcript file used for the annotation
  <PSRNATARGET>       psrna target prediction file
  <EXPECTATIONINPUT>  expectation value
  <UPSTREAMINPUT>     upstream for the sequences
  <DOWNSTREAMINPUT>   downstream for the sequences
  <PREDICTFASTA>      prediction fasta file
  <THREAD>            number of threads

Options:
  -h, --help  Print help
Machine learning for miRNAs with only predicted sequence part

Usage: rnaml mirna-part <ANNOTATIONFILE> <PSRNATARGET> <EXPECTATIONINPUT> <PREDICTFASTA> <THREAD>

Arguments:
  <ANNOTATIONFILE>    transcript file used for the annotation
  <PSRNATARGET>       psrna target prediction file
  <EXPECTATIONINPUT>  expectation value
  <PREDICTFASTA>      prediction fasta file
  <THREAD>            number of threads

Options:
  -h, --help  Print help
Extract the miRNA with the annotated regions and up and down stream

Usage: rnaml extract-mirna <ANNOTATIONFILE> <PSRNATARGET> <EXPECTATIONINPUT> <UPSTREAMINPUT> <DOWNSTREAMINPUT> <THREAD>

Arguments:
  <ANNOTATIONFILE>    transcript file used for the annotation
  <PSRNATARGET>       psrna target prediction file
  <EXPECTATIONINPUT>  expectation value
  <UPSTREAMINPUT>     upstream for the sequences
  <DOWNSTREAMINPUT>   downstream for the sequences
  <THREAD>            number of threads

Options:
  -h, --help  Print help

Gaurav Sablok
codeprog@icloud.com

About

prepairing rna predictions for deep learning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages