Skip to content

Commit

Permalink
Update configuration-options.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luigiquiros committed Aug 15, 2022
1 parent 2c20b48 commit 952b0c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Each path corresponds to the files mentiones above. Just drop your files in the
#### quantitative table

```
data_process_origin = 'MZMine3' #'MZMine2' or 'MZmine3' #specify the sofware use to process the data
use_ion_dentity= True # specify if the ions identity groups should be considered or not. Default True, else False
data_process_origin = 'MZMine3' #'MZMine2' or 'MZmine3' #specify the sofware use to process the data
use_ion_dentity= True # specify if the ions identity groups should be considered or not. Default True, else False
```

##### Feature_component
Expand Down Expand Up @@ -98,9 +98,9 @@ use_ion_dentity= True # specify if the ions identity groups should b

```
CC_component = True # CC will be calculated
min_class_confidence = 0.8 #cut-off filter for considering a sirius class valable. It is used in combination with min_recurrence.
min_recurrence = 5 # minimum recurrence of a chemical class to consider it acceptable
CC_component = True # CC will be calculated
min_class_confidence = 0.8 #cut-off filter for considering a sirius class valable. It is used in combination with min_recurrence.
min_recurrence = 5 # minimum recurrence of a chemical class to consider it acceptable
```

##### specify the weight to modulate each component:
Expand Down

0 comments on commit 952b0c8

Please sign in to comment.