Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
CIRI-deep_tensorflow
Commits
216d1326
Unverified
Commit
216d1326
authored
Jul 26, 2023
by
adaZ-9
Committed by
GitHub
Jul 26, 2023
Browse files
Update README.md
parent
0c3c0154
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
216d1326
...
@@ -60,14 +60,14 @@ Basically, the input files are similar to CIRIdeep, excluding splicing amount re
...
@@ -60,14 +60,14 @@ Basically, the input files are similar to CIRIdeep, excluding splicing amount re
**CIRIdeep training**
**CIRIdeep training**
```
```
python
$script
train -geneExp_absmax /path/to/file -seqFeature /path/to/file -splicing_max /path/to/file -outdir /out/path -RBP_dir /RBP/path -splicing_dir /splicing/path
python
CIRIdeep.py
train -geneExp_absmax /path/to/file -seqFeature /path/to/file -splicing_max /path/to/file -outdir /out/path -RBP_dir /RBP/path -splicing_dir /splicing/path
```
```
Hyperparameters are given in
`config.py`
.
`config.py`
must be under the same directory with
`CIRIdeep.py`
. Resources are waiting to be loaded...
Hyperparameters are given in
`config.py`
.
`config.py`
must be under the same directory with
`CIRIdeep.py`
. Resources are waiting to be loaded...
**CIRIdeep(A) training**
**CIRIdeep(A) training**
```
```
python
$script
train -geneExp_absmax /path/to/file -seqFeature /path/to/file -outdir /out/path -RBP_dir /RBP/path --CIRIdeepA
python
CIRIdeep.py
train -geneExp_absmax /path/to/file -seqFeature /path/to/file -outdir /out/path -RBP_dir /RBP/path --CIRIdeepA
```
```
## Contact
## Contact
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment