We perform regression analysis by adaptive LASSO using genetic features, IGHV status (coded as 0 -1 for mutated/unmutated), pretreatment status (coded as 0 -1) and methylation cluster (coded as 0 for lowly-programmed (LP), 0.5 for intermediately-programmed (IP) and 1 for highly-programmed (HP)). For each model we select the optimal penalization parameter of the second step Lasso fit of the adaptive Lasso by repeated cross-validation to get robust results.
As output bar plots showing the coefficients of the selected predictors are produced.
Drug response prediction
The prediction will be made for the following drugs and concentrations.
drs = list("1:5"=c("D_006", "D_010", "D_159"),
"4:5"=c("D_002", "D_003", "D_012", "D_063", "D_166"))
predvar = unlist(BloodCancerMultiOmics2017:::makePredictions(drs=drs,
lpd=lpdCLL,
predictorList=predictorList,
lim=0.15, std=FALSE, adaLasso=TRUE,
colors=coldef),
recursive=FALSE)
## [1] "Prediction for: D_006_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_010_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_159_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_002_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_003_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_012_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_063_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_166_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
Plot the legends.
legends = BloodCancerMultiOmics2017:::makeLegends(legendFor=c("G","I","M", "P"),
coldef)
Additionaly we plot the prediction for rotenone.
drs_rot = list("4:5"=c("D_067"))
predvar_rot = unlist(BloodCancerMultiOmics2017:::makePredictions(drs=drs_rot,
lpd=lpdCLL,
predictorList=predictorList,
lim=0.23, std=FALSE, adaLasso=TRUE,
colors=coldef),
recursive=FALSE)
## [1] "Prediction for: D_067_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
In a same way the prediction for all the drugs can be made.
alldrs = unique(fData(lpdCLL)[fData(lpdCLL)$type=="viab","id"])
drs = list("1:5"=alldrs, "4:5"=alldrs)
predvar2 = BloodCancerMultiOmics2017:::makePredictions(drs=drs,
lpd=lpdCLL,
predictorList=predictorList,
lim=0.23,
colors=coldef)
## [1] "Prediction for: D_001_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_002_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_003_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_004_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_006_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_007_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_008_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_010_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_011_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_012_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_013_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_015_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_017_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_020_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_021_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_023_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_024_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_025_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_029_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_030_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_032_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_033_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_034_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_035_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_036_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_039_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_040_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_041_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_043_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_045_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_048_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_049_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_050_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_053_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_054_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_056_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_060_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_063_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_066_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_067_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_071_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_074_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_075_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_077_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_078_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_079_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_081_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_082_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_083_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_084_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_127_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_141_1:5; #samples: 168; #features: 13"
## [1] "No (0) predictors for given parameters!"
## [1] "Prediction for: D_149_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_159_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_162_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_163_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_164_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_165_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_166_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_167_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_168_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_169_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_172_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_CHK_1:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_001_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_002_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_003_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_004_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_006_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_007_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_008_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_010_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_011_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_012_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_013_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_015_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_017_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_020_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_021_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_023_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_024_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_025_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_029_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_030_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_032_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_033_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_034_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_035_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_036_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_039_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_040_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_041_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_043_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_045_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_048_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_049_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_050_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_053_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_054_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_056_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_060_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_063_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_066_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_067_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_071_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_074_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_075_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_077_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_078_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_079_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_081_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_082_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_083_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_084_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_127_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_141_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_149_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_159_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_162_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_163_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_164_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_165_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_166_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_167_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_168_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_169_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_172_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.
## [1] "Prediction for: D_CHK_4:5; #samples: 168; #features: 13"
## Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please
## use `guide = "none"` instead.