Skip to content

Commit 4e55d7d

Browse files
authored
Update index.md
1 parent 6e9ca90 commit 4e55d7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/02_data/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ downstream_symbolic_regression(Kinbiont_results,
9595
)
9696
```
9797

98-
The first matrix is the standard output of any of the Kinbiont fits functions. In this case, each row represents a parameter and each column a growth curve.
98+
The first matrix is the standard output of any of the Kinbiont fit functions. In this case, each row represents a parameter, and each column a growth curve.
9999

100100
For example:
101101

@@ -113,7 +113,7 @@ loss, 0.0013005418069932683, 0.0013349159149782007
113113

114114
Note the first row is dedicated to the label of the experiment and will not be used by the functions. It is necessary that the second row (i.e., `well`) reports a unique ID for each curve. The functions will ask which is the target row of the regression (i.e., `row_to_learn`); please do not use the first row. The first column is dedicated to the names of the columns and will be discarded from the ML analysis.
115115

116-
Instead, the feature matrix specifies the conditions associated with each unique ID of the previous matrix. Only the wells where there is a macth between the first column of the feature matrix and the second row of the fitting results will be used. For example, suppose you have two different antibiotics each with two different concentrations, then the matrix could be:
116+
Instead, the feature matrix specifies the conditions associated with each unique ID of the previous matrix. Only the wells where there is a match between the first column of the feature matrix and the second row of the fitting results will be used. For example, suppose you have two different antibiotics, each with two different concentrations. Then the matrix could be:
117117

118118
```
119119
ID_exp, abx_1, abx_2
@@ -130,7 +130,7 @@ See the folder `data_examples` for examples.
130130

131131
## Outputs of Kinbiont
132132

133-
Kinbiont has different data struct as output. Here you will find a brief summary of the main function to fit, please consult API section for the description of all the function.
133+
Kinbiont has different data structures as output. Here, you will find a brief summary of the main function; please consult the API section for the description of all the functions.
134134

135135
- `fitting_one_well_Log_Lin`
136136

@@ -295,4 +295,4 @@ This structure stores segmentation results for all curves in a single file.
295295
1. `data:Tuple{Any}` - The data used for fitting.
296296
1. `cp:Tuple{Any}` - Change points detected.
297297
1. `vector_AIC:Any` - AIC (or AICc) values of the best model for each well.
298-
298+

0 commit comments

Comments
 (0)