README.md 709 Bytes
Newer Older
adaZ-9's avatar
adaZ-9 committed
1
2
3
4
5
6
7
8
9
10
11
# CIRIdeep
CIRIdeep is a deep-learning model used to predict differentially spliced circRNAs between two biological samples using totalRNA sequencing data. An adapted version of CIRIdeep, CIRIdeepA, was trained for poly(A) selected RNA-seq data.

# Usage
The main program `CIRIdeep.py` can be used to predict differentially spliced circRNAs with CIRIdeep or CIRIdeep(A) or train your own model.

## Predict
CIRIdeep 
```
python CIRIdeep.py predict -geneExp_absmax ./demo/RBPmax.tsv -seqFeature ./demo/cisFeature.tsv -splicing_max ./demo/splicingamountmax.tsv -predict_list ./demo/sample.txt -model_path ./model/CIRIdeep.h5 -outdir ./outdir -RBP_dir ./demo/RBPexp_total -splicing_dir ./demo/splicingamount
```