Skip to content

Commit 3dfa801

Browse files
author
Chen Ying
committed
update saved models object for both scoreReadClass and spliceSitePrediction
1 parent a7599cf commit 3dfa801

14 files changed

Lines changed: 6 additions & 6 deletions

R/sysdata.rda

-31 Bytes
Binary file not shown.

data-raw/DATASET.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ seCombinedExtendedGeneExpected <- transcriptToGeneExpression(seCombinedExtended)
110110
## prior models to use for scoreReadClass() and junctions()
111111
##to train new ones see update_xgboost_models.R
112112
defaultModels = readRDS("./inst/extdata/defaultModels.rds")
113-
defaultModels$transcriptModelME = xgb.load("./inst/extdata/read_class_ME.model")
114-
defaultModels$transcriptModelSE = xgb.load("./inst/extdata/read_class_SE.model")
113+
defaultModels$transcriptModelME = xgb.load("./inst/extdata/read_class_ME.ubj")
114+
defaultModels$transcriptModelSE = xgb.load("./inst/extdata/read_class_SE.ubj")
115115

116116
standardJunctionModels_temp = list()
117-
standardJunctionModels_temp$spliceSitePredictionStart.start = xgb.load("./inst/extdata/spliceSitePredictionStart.start.model")
118-
standardJunctionModels_temp$spliceSitePredictionStart.end = xgb.load("./inst/extdata/spliceSitePredictionStart.end.model")
119-
standardJunctionModels_temp$spliceSitePredictionEnd.start = xgb.load("./inst/extdata/spliceSitePredictionEnd.start.model")
120-
standardJunctionModels_temp$spliceSitePredictionEnd.end = xgb.load("./inst/extdata/spliceSitePredictionEnd.end.model")
117+
standardJunctionModels_temp$spliceSitePredictionStart.start = xgb.load("./inst/extdata/model_spliceSitePredictionStart.start.ubj")
118+
standardJunctionModels_temp$spliceSitePredictionStart.end = xgb.load("./inst/extdata/model_spliceSitePredictionStart.end.ubj")
119+
standardJunctionModels_temp$spliceSitePredictionEnd.start = xgb.load("./inst/extdata/model_spliceSitePredictionEnd.start.ubj")
120+
standardJunctionModels_temp$spliceSitePredictionEnd.end = xgb.load("./inst/extdata/model_spliceSitePredictionEnd.end.ubj")
121121

122122
usethis::use_data(data1, data2, data3, data4, data5,
123123
estOutput_woBC,
127 KB
Binary file not shown.
130 KB
Binary file not shown.
128 KB
Binary file not shown.
119 KB
Binary file not shown.

inst/extdata/read_class_ME.model

-172 KB
Binary file not shown.

inst/extdata/read_class_ME.ubj

188 KB
Binary file not shown.

inst/extdata/read_class_SE.model

-153 KB
Binary file not shown.

inst/extdata/read_class_SE.ubj

170 KB
Binary file not shown.

0 commit comments

Comments
 (0)