-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from cbib/new-bivar
New: bivariate analysis
- Loading branch information
Showing
7 changed files
with
705 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
_target_: dimet.method.BivariateAnalysisConfig | ||
|
||
label: bivariate analysis | ||
name: Computation of the correlation of MDV profiles, or the metabolite time course profiles | ||
|
||
# (**) : automatically will run | ||
|
||
conditions_MDV_comparison: # (**) if >= 2 conditions and >=1 timepoint (timepoints run separately) | ||
isotopologue_proportions: pearson | ||
|
||
timepoints_MDV_comparison: # (**) if >= 1 condition and >=2 timepoints | ||
isotopologue_proportions: pearson | ||
|
||
conditions_metabolite_time_profiles: # (**) if >= 2 conditions AND >=2 time points in data | ||
abundances: pearson | ||
mean_enrichment: pearson | ||
|
||
correction_method: fdr_bh | ||
|
||
impute_values: | ||
abundances: "min" | ||
mean_enrichment: "min" | ||
isotopologues: "min" | ||
isotopologue_proportions: "min" | ||
|
||
output_include_gmean_arr_columns: True # if False, the 'gmean_arr_.." columns are excluded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.