We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff6561 commit f8020c0Copy full SHA for f8020c0
R/methSeg.R
@@ -58,6 +58,7 @@
58
diagnostic.plot = FALSE
59
}
60
61
+ # Run subsampling of segments before performing the mixture modeling
62
if("initialization" %in% names(args.Mclust)){
63
if("subset" %in% names(args.Mclust[["initialization"]])) {
64
if(length(args.Mclust[["initialization"]][["subset"]]) < 9 ){
@@ -105,6 +106,9 @@
105
106
args.Mclust[["diagnostic.plot"]]=diagnostic.plot
107
# skip second progress bar
108
args.Mclust[["verbose"]]=FALSE
109
+ # do not run subsampling of segments
110
+ args.Mclust[["initialization"]]<-NULL
111
+
112
dens=do.call("densityFind", args.Mclust )
113
114
0 commit comments