File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Methods for label-free mass spectrometry proteomics imputation
55** Install (R)**
66
77```
8+ install.packages("devtools") # devtools is required to download and install the package
89devtools::install_github("DavisLaboratory/msImpute")
910
1011```
@@ -14,14 +15,16 @@ devtools::install_github("DavisLaboratory/msImpute")
1415```
1516library(msImpute)
1617
17- msImpute(xna) # xna is a numeric matrix with NAs
18+ selectFeatures(xna) # xna is a numeric matrix with NAs (for MAR/MNAR diagnosis only)
19+ xna <- scaleData(xna)
20+ msImpute(xna)
1821msImpute(xna, rank.max = 2) # rank 2 approximaiton
1922```
2023
21- See ` ?msImpute ` for help.
24+ See user manual for help.
2225
2326
2427** Reference**
2528
26- Manuscript under preparation
29+ Manuscript in preparation
2730
You can’t perform that action at this time.
0 commit comments