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
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
# Background
1
+
# Data preprocessing - feature selection examples
2
+
3
+
## Background
2
4
3
5
Data preprocessing is an important front-end step in data analysis that prepares data for subsequent analysis.
4
6
It not only enables the subsequent analysis by processing and transforming data, but also influences the quality of subsequent analysis sometimes significantly.
@@ -56,13 +58,13 @@ To perform co-expression extrapolation (COXEN) analysis [3] that selects predict
56
58
57
59
To extend the COXEN approach for selecting genes to predict the response of tumor cells to multiple drugs in precision oncology applications.
58
60
59
-
# Running the example
61
+
##Running the example
60
62
61
63
The code demonstrates feature selection methods that CANDLE provides.
62
64
63
65
It can be run by executing ``` python M16_test.py ```
# Combat batch normalization on gene expression data
353
+
###Combat batch normalization on gene expression data
352
354
Code
353
355
```python
354
356
print('Testing combat_batch_effect_removal')
@@ -431,7 +433,7 @@ Average median of CCLE cell lines is 2.72
431
433
Average first quartile of CCLE cell lines is 0.13
432
434
```
433
435
434
-
# References
436
+
##References
435
437
436
438
1. Bolstad BM, Irizarry RA, Astrand M, et al. \(2003\)*A comparison of normalization methods for high density oligonucleotide array data based on variance and bias* Bioinformatics. 2003 Jan 22;19\(2\):185-93.
0 commit comments