Skip to content

Commit 0be3071

Browse files
author
Yao
committed
minor change
1 parent 28fe464 commit 0be3071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ trainedModel = fit_model(trainset, MRtriProb_train, cores = 24)
9393
* **Predict TMB for TST170 panel**
9494
```
9595
## process time less than 1s.
96-
TMBs <- pred_TMB(testset_panel, WES = testset_WES, cores = 1,
96+
TMBs = pred_TMB(testset_panel, WES = testset_WES, cores = 1,
9797
params = trainedModel, mut.nonsil = T, gid_nonsil_p = trainset$get_nonsil_passengers(0.95))
9898
9999
## plot the prediction.

0 commit comments

Comments
 (0)