Skip to content

Commit 7887eb5

Browse files
committed
update readme v1.2
1 parent 65901cf commit 7887eb5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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
89
devtools::install_github("DavisLaboratory/msImpute")
910
1011
```
@@ -14,14 +15,16 @@ devtools::install_github("DavisLaboratory/msImpute")
1415
```
1516
library(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)
1821
msImpute(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

0 commit comments

Comments
 (0)