Skip to content

Commit 29ac42b

Browse files
committed
Update README.md
1 parent aca2fbc commit 29ac42b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ python predict_expression.py --target_idx 3 --type sv # with target model
116116
| Input file and output files | Description |
117117
| --- | --- |
118118
| ```./example/test_sv.vcf``` | Input SV file. Columns: chromosome, position (1-based), ref allele, alt allele, sv info. |
119+
| ```./work_dir``` | Default work folder. You can change it by --work_dir. |
120+
| ```./work_dir/temp_bed``` | Processed bed file of input. |
121+
| ```./work_dir/temp.h5``` | One-hot encoded sequences of input. |
122+
| ```./work_dir/temp_sv_allele.txt``` | Reference allele and alternative alleles of SV. |
123+
| ```./work_dir/annotations``` | Folder for predicted annotations. |
124+
| ```./work_dir/annotations/transformed``` | Folder for transformed annotations. |
119125
| ```./work_dir/output/exp_ref.txt``` | Predicted gene expression level for ref allele in target cell line (log10 scale). |
120126
| ```./work_dir/output/exp_alt.txt``` | Predicted gene expression level for alt allele in target cell line (log10 scale). |
121127
| ```./work_dir/output/exp_log2fc.txt``` | Predicted effects of SVs on gene expression level in target cell line (log2 fold change). |

0 commit comments

Comments
 (0)