Skip to content

Commit 0df2b9b

Browse files
Update README.md
1 parent e44b935 commit 0df2b9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ This is a YAML file containing containing paths to the training data (sequence,
6666
- **labels**: This file contains a binary label that has been assigned to each training, validation and test input data point. (Must be 0/1).
6767

6868
- **chromatin_tracks**: Multiple chromatin files can be passed to Bichrom through the YAML file. (The YAML field chromatin_tracks accepts a list of file locations.) Each line in a chromatin track file contains tab separated binned chromatin data. The data can be binned at any resolution. For example, if the genomic windows used to train Bichrom are 500 base pairs, then:
69-
* If bins=50 base pairs, then each line in the chromatin file will contain 10 (500/50) tab separated values.
70-
* If bins=1 base pair, then each line in the chromatin file will contain 500 values. Note that all chromatin feature files that are passed to Bichrom must be binned at the same resolution.
69+
* If bin_size=50 base pairs, then each line in the chromatin file must contain 10 (500/50) tab separated values.
70+
* If bin_size=1 base pair, then each line in the chromatin file must contain 500 values. Note that all chromatin feature files that are passed to Bichrom must be binned at the same resolution.
7171

7272
Other required arguments:
7373

0 commit comments

Comments
 (0)