You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/M16/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,29 +22,29 @@ To flexibly generate data partitions for cross-validation analysis, such as part
22
22
23
23
```quantile_normalizationa```
24
24
25
-
To perform quantile normalization of genomic data [8] with tolerance of missing values.
25
+
To perform quantile normalization of genomic data [8] with tolerance of missing values.[[see example code]](#quantile-normalization-of-gene-expression-data)
26
26
27
27
```combat_batch_effect_removal```
28
28
29
-
To perform ComBat analysis [9] on gene expression data to remove batch effects.
29
+
To perform ComBat analysis [9] on gene expression data to remove batch effects.[[see example code]](#combat-batch-normalization-on-gene-expression-data)
30
30
31
31
```generate_gene_set_data```
32
32
33
-
To calculate genomic representations at gene set level, such as the average expression values of genes in a pathway and the total number of SNP mutations in a genetic pathway.
33
+
To calculate genomic representations at gene set level, such as the average expression values of genes in a pathway and the total number of SNP mutations in a genetic pathway. [[see example code]](#generate-gene-set-level-data)
34
34
35
35
## General Feature Selection Functions
36
36
37
37
```select_features_by_missing_values```
38
38
39
-
To remove features with (many) missing values.
39
+
To remove features with (many) missing values.[[see example code]](#select-features-based-on-missing-values)
40
40
41
41
```select_features_by_variation```
42
42
43
-
To remove features with no or small variations.
43
+
To remove features with no or small variations.[[see example code]](#select-features-based-on-variation)
44
44
45
45
```select_decorrelated_features```
46
46
47
-
To select a subset of features that are not identical or highly correlated with each other.
47
+
To select a subset of features that are not identical or highly correlated with each other.[[see example code]](#select-decorrelated-features)
48
48
49
49
## Feature (Gene) Selection Functions Specific to Pilot 1 Applications
0 commit comments