https://github.com/likelet/mirnaanalysis
A collection of miRna Analysis pipes
https://github.com/likelet/mirnaanalysis
Last synced: 4 months ago
JSON representation
A collection of miRna Analysis pipes
- Host: GitHub
- URL: https://github.com/likelet/mirnaanalysis
- Owner: likelet
- Created: 2019-03-29T06:54:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T06:51:45.000Z (over 6 years ago)
- Last Synced: 2025-04-22T00:18:49.537Z (about 1 year ago)
- Language: Nextflow
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# miRnaAnalysis
A collection of miRna Analysis pipes, current function could be used for predicting the miRNA based on the sequences from input dataset.
# Installation
Before use this pipe users should Install the following softare and the configure the `config` file in this folder when use this pipeline at the first time
Nextflow
miranda
targetScan
java
R
vendiagram package
# Predicting miRNA target by several tools
nextflow run miRnaAnalysis/predictMiRNA.nf -profile c2 --fasta candidates_seq.fa
`--fasta` the mRNA sequences in fasta format for predicting.