Skip to content

Commit

Permalink
Update manual.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGao authored Mar 1, 2018
1 parent 18289eb commit 07b9765
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Options:
bases, default:400).
--range INTEGER The searching range of approximate conversion
(in kilo bases, default:10).
--beta FLOAT Parameter in quality control.
--no_approximate_conversion Do not perform approximate conversion.
--new_segment_header TEXT... Specify 4 new column names for new segment
files.
Expand Down Expand Up @@ -131,6 +132,12 @@ The default settings is ```step_size = 400```, ```range = 10```. The counting un

These options have significant impact on the process time of re-conversion. In general they should be related to the average distance between adjacent probes of the experiment platform.

### beta
```
--beta FLOAT
```
This parameter controls the strictness of one of the quality control condition, the defaut value is 2. Please refer to the paper for more details.

### new header names
```
--new_segment_header TEXT
Expand Down

0 comments on commit 07b9765

Please sign in to comment.