Back to Multiple platform build/check report for BioC 3.17:   simplified   long
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2023-10-16 11:37:28 -0400 (Mon, 16 Oct 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.2 LTS)x86_644.3.1 (2023-06-16) -- "Beagle Scouts" 4626
palomino3Windows Server 2022 Datacenterx644.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" 4379
merida1macOS 12.6.4 Montereyx86_644.3.1 (2023-06-16) -- "Beagle Scouts" 4395
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 1749/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
RnBeads 2.18.1  (landing page)
Fabian Mueller
Snapshot Date: 2023-10-15 14:00:13 -0400 (Sun, 15 Oct 2023)
git_url: https://git.bioconductor.org/packages/RnBeads
git_branch: RELEASE_3_17
git_last_commit: d20e31c
git_last_commit_date: 2023-08-01 03:45:58 -0400 (Tue, 01 Aug 2023)
nebbiolo1Linux (Ubuntu 22.04.2 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.6.4 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson2macOS 12.6.1 Monterey / arm64see weekly results here

CHECK results for RnBeads on merida1


To the developers/maintainers of the RnBeads package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/RnBeads.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: RnBeads
Version: 2.18.1
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:RnBeads.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings RnBeads_2.18.1.tar.gz
StartedAt: 2023-10-16 06:17:53 -0400 (Mon, 16 Oct 2023)
EndedAt: 2023-10-16 06:53:52 -0400 (Mon, 16 Oct 2023)
EllapsedTime: 2158.7 seconds
RetCode: 0
Status:   OK  
CheckDir: RnBeads.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:RnBeads.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings RnBeads_2.18.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.17-bioc/meat/RnBeads.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: x86_64-apple-darwin20 (64-bit)
* R was compiled by
    Apple clang version 14.0.3 (clang-1403.0.22.14.1)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.6.4
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘RnBeads/DESCRIPTION’ ... OK
* this is package ‘RnBeads’ version ‘2.18.1’
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Depends: includes the non-default packages:
  'BiocGenerics', 'S4Vectors', 'GenomicRanges', 'MASS', 'cluster',
  'ff', 'fields', 'ggplot2', 'gplots', 'grid', 'gridExtra', 'limma',
  'matrixStats', 'illuminaio', 'methylumi', 'plyr'
Adding so many packages to the search path is excessive and importing
selectively is preferable.
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
  .travis.yml
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘RnBeads’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  6.4Mb
  sub-directories of 1Mb or more:
    R   4.0Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Package listed in more than one of Depends, Imports, Suggests, Enhances:
  ‘qvalue’
A package should be listed in only one of these fields.
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... NOTE
Warning: no function found corresponding to methods exports from ‘RnBeads’ for: ‘samples’

A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.

Probably some imports need to be declared in the NAMESPACE file.
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... NOTE
Package in Depends field not imported from: 'grid'
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
Unexported objects imported by ':::' calls:
  'Gviz:::.getBMFeatureMap' 'doParallel:::.options'
  'grDevices:::.smoothScatterCalcDensity'
  'minfi:::.default.450k.annotation' 'minfi:::.extractFromRGSet450k'
  'minfi:::.normalizeFunnorm450k'
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.stopImplicitCluster: no visible global function definition for
  ‘stopCluster’
MethyLumiSet2RnBeadSet: no visible global function definition for
  ‘phenoData’
MethyLumiSet2RnBeadSet: no visible global function definition for
  ‘assayDataElementNames’
MethyLumiSet2RnBeadSet: no visible global function definition for
  ‘featureNames’
MethyLumiSet2RnBeadSet: no visible global function definition for
  ‘varLabels’
MethyLumiSet2RnBeadSet: no visible global function definition for
  ‘featureData’
add.age.histogram: no visible binding for global variable ‘Age’
add.age.histogram: no visible binding for global variable ‘..count..’
add.age.histogram: no visible binding for global variable ‘..density..’
add.agecomparison.plot: no visible global function definition for
  ‘samples’
add.agecomparison.plot: no visible binding for global variable ‘Sample’
add.agecomparison.plot: no visible global function definition for
  ‘%dopar%’
add.agecomparison.plot: no visible global function definition for
  ‘foreach’
add.agecomparison.plot: no visible binding for global variable ‘i’
add.combination.plot: no visible global function definition for
  ‘samples’
add.combination.plot: no visible binding for global variable
  ‘Difference’
add.combination.plot: no visible binding for global variable ‘Density’
add.combination.plot: no visible binding for global variable ‘yint’
add.combination.plot: no visible binding for global variable ‘Measure’
add.error.plot: no visible binding for global variable ‘Value’
add.error.plot: no visible binding for global variable ‘Sample’
add.error.plot: no visible binding for global variable ‘Deviance’
add.error.plot: no visible binding for global variable ‘yint’
add.error.plot: no visible binding for global variable ‘Measure’
add.negative.control.boxplot: no visible global function definition for
  ‘samples’
add.profile.plots: no visible global function definition for ‘mclapply’
add.qc.barplots: no visible global function definition for ‘samples’
add.quantile.plot: no visible binding for global variable ‘Difference’
add.quantile.plot: no visible binding for global variable ‘..density..’
add.quantile.plot: no visible binding for global variable ‘Sample’
add.quantile.plot: no visible binding for global variable ‘Density’
add.seq.coverage.histograms: no visible global function definition for
  ‘samples’
add.seq.coverage.plot: no visible global function definition for
  ‘samples’
add.seq.coverage.violins: no visible global function definition for
  ‘samples’
add.stratification.plot: no visible global function definition for
  ‘%dopar%’
add.stratification.plot: no visible global function definition for
  ‘foreach’
add.stratification.plot: no visible binding for global variable ‘Group’
add.stratification.plot: no visible binding for global variable
  ‘Increase’
add.stratification.plot: no visible binding for global variable
  ‘Predicted’
add.stratification.plot: no visible binding for global variable
  ‘Annotated’
add.stratification.plot.immune: no visible global function definition
  for ‘%dopar%’
add.stratification.plot.immune: no visible global function definition
  for ‘foreach’
add.stratification.plot.immune: no visible binding for global variable
  ‘Group’
add.stratification.plot.immune: no visible binding for global variable
  ‘Immune’
addReportPlot.diffVar.volcano: no visible binding for global variable
  ‘var.diff’
addReportPlot.diffVar.volcano: no visible binding for global variable
  ‘log10P’
addReportPlot.diffVar.volcano: no visible binding for global variable
  ‘combinedRank.var’
addReportPlot.diffVar.volcano: no visible binding for global variable
  ‘log10FDR’
addReportPlots.diffMeth.bin.site.volcano: no visible binding for global
  variable ‘mean.diff’
addReportPlots.diffMeth.bin.site.volcano: no visible binding for global
  variable ‘diffmeth.p.val’
addReportPlots.diffMeth.bin.site.volcano: no visible binding for global
  variable ‘combinedRank’
addReportPlots.diffMeth.bin.site.volcano: no visible binding for global
  variable ‘mean.quot.log2’
addReportPlots.diffMeth.bin.site.volcano: no visible binding for global
  variable ‘diffmeth.p.adj.fdr’
agePredictorBiseq: no visible global function definition for
  ‘impute.knn’
agePredictorBiseq: no visible global function definition for ‘samples’
agePredictorChip: no visible global function definition for
  ‘impute.knn’
append.cpg.stats: no visible global function definition for ‘%dopar%’
append.cpg.stats: no visible global function definition for ‘foreach’
append.cpg.stats: no visible binding for global variable ‘chrom’
basic_combine: no visible global function definition for ‘samples’
computeDiffTab.default.region: no visible global function definition
  for ‘%dopar%’
computeDiffTab.default.region: no visible global function definition
  for ‘foreach’
computeDiffTab.default.region: no visible binding for global variable
  ‘i’
computeDiffTab.default.site: no visible binding for global variable
  ‘p.vals.t.na.adj’
computeDiffVar.bin.site: no visible binding for global variable
  ‘p.vals.t.na.adj’
computeDiffVar.default.region: no visible global function definition
  for ‘%dopar%’
computeDiffVar.default.region: no visible global function definition
  for ‘foreach’
computeDiffVar.default.region: no visible binding for global variable
  ‘i’
create.densityScatter: no visible binding for global variable
  ‘..density..’
create.diffMeth.diffVar.subsample: no visible binding for global
  variable ‘..density..’
create.ucsc.track.hub: no visible global function definition for
  ‘samples’
createPredictor : ret: no visible global function definition for
  ‘impute.knn’
cv.array: no visible global function definition for ‘impute.knn’
data.frame2GRanges: no visible global function definition for
  ‘seqlevels<-’
data.frame2GRanges: no visible global function definition for
  ‘genome<-’
diffVar: no visible global function definition for ‘varFit’
diffVar: no visible binding for global variable ‘group1’
diffVar: no visible binding for global variable ‘group2’
estimateProportionsCP: no visible global function definition for ‘lme’
estimateProportionsCP: no visible global function definition for
  ‘getVarCov’
general.cv: no visible global function definition for ‘%dopar%’
general.cv: no visible global function definition for ‘foreach’
general.cv: no visible binding for global variable ‘i’
get.adjustment.variables: no visible global function definition for
  ‘samples’
get.comparison.info : rm.na.from.adj.tab: no visible global function
  definition for ‘samples’
get.components.isva: no visible global function definition for ‘DoISVA’
get.components.sva: no visible global function definition for ‘sva’
get.cpg.stats: no visible global function definition for
  ‘dinucleotideFrequency’
get.cpg.stats: no visible global function definition for
  ‘letterFrequency’
get.dataset.matrix: no visible global function definition for ‘samples’
get.diffmeth.tab.col.desc.list.txt: no visible binding for global
  variable ‘report’
get.diffmeth.tab.col.desc.list.txt: no visible binding for global
  variable ‘refText’
get.diffmeth.tab.col.desc.list.txt: no visible binding for global
  variable ‘diffmeth’
get.platform.tokens: no visible global function definition for
  ‘setNames’
getCGCounts: no visible global function definition for ‘seqlengths’
getCGCounts : <anonymous>: no visible global function definition for
  ‘ChrNumeric’
getGLADProfiles: no visible global function definition for ‘samples’
getGLADProfiles: no visible global function definition for ‘mclapply’
getGLADProfiles : <anonymous>: no visible global function definition
  for ‘as.profileCGH’
getGLADProfiles : <anonymous>: no visible global function definition
  for ‘daglad’
getMergeList: no visible global function definition for ‘samples’
groupPermutationP.site.parallel: no visible global function definition
  for ‘%dopar%’
groupPermutationP.site.parallel: no visible global function definition
  for ‘foreach’
iEVORA: no visible global function definition for ‘qvalue’
imputation.low.memory.cpgs: no visible global function definition for
  ‘samples’
inferWBCbyLme: no visible global function definition for ‘lme’
inferWBCbyLme: no visible global function definition for ‘getVarCov’
intensities.by.color: no visible binding for global variable
  ‘IlluminaHumanMethylationEPICmanifest’
intensities.by.color: no visible binding for global variable
  ‘IlluminaHumanMethylation450kmanifest’
intensities.by.color: no visible global function definition for
  ‘samples’
knn.imputation: no visible global function definition for ‘impute.knn’
limmaP: no visible binding for global variable ‘group1’
limmaP: no visible binding for global variable ‘group2’
loadLolaDbs: no visible global function definition for ‘loadRegionDB’
loadLolaDbs: no visible global function definition for ‘mergeRegionDBs’
locus.profile.get.base.tracks: no visible global function definition
  for ‘useMart’
locus.profile.get.base.tracks: no visible global function definition
  for ‘IdeogramTrack’
locus.profile.get.base.tracks: no visible global function definition
  for ‘GenomeAxisTrack’
locus.profile.get.base.tracks: no visible global function definition
  for ‘BiomartGeneRegionTrack’
locus.profile.get.base.tracks: no visible global function definition
  for ‘UcscTrack’
locus.profile.get.methylation.track.heatmap: no visible global function
  definition for ‘DataTrack’
locus.profile.get.methylation.track.smooth: no visible global function
  definition for ‘DataTrack’
methylumi.intensities.by.color: no visible global function definition
  for ‘featureNames’
methylumi.intensities.by.color: no visible binding for global variable
  ‘IlluminaHumanMethylation450kmanifest’
methylumi.intensities.by.color: no visible global function definition
  for ‘assayDataElement’
parallel.setup: no visible global function definition for
  ‘registerDoParallel’
parallel.setup: no visible global function definition for
  ‘getDoParWorkers’
performLolaEnrichment.diffMeth: no visible global function definition
  for ‘runLOLA’
performLolaEnrichment.diffVar: no visible global function definition
  for ‘runLOLA’
plot.heatmap.pc.correlations: no visible global function definition for
  ‘melt’
plot.heatmap.pc.correlations: no visible global function definition for
  ‘grid.newpage’
plot.heatmap.pc.correlations: no visible global function definition for
  ‘grid.draw’
plot.heatmap.pc.pvalues: no visible global function definition for
  ‘melt’
plot.heatmap.pc.pvalues: no visible global function definition for
  ‘grid.newpage’
plot.heatmap.pc.pvalues: no visible global function definition for
  ‘grid.draw’
plot.heatmap.rand: no visible global function definition for ‘melt’
plot.heatmap.symm: no visible global function definition for ‘melt’
plot.heatmap.symm: no visible global function definition for
  ‘grid.newpage’
plot.heatmap.symm: no visible global function definition for
  ‘grid.draw’
plotCGHProfile: no visible global function definition for ‘ChrNumeric’
prepareGEOSampleInfoTemplate: no visible global function definition for
  ‘samples’
projectWBC: no visible global function definition for ‘solve.QP’
read.GS.report: no visible global function definition for
  ‘featureNames’
read.idat.files: no visible binding for global variable ‘barcode’
rnb.RnBSet.to.GRangesList: no visible global function definition for
  ‘samples’
rnb.RnBSet.to.bed: no visible global function definition for ‘samples’
rnb.RnBSet.to.bedGraph: no visible global function definition for
  ‘samples’
rnb.bed.from.segmentation: no visible global function definition for
  ‘samples’
rnb.boxplot.from.segmentation: no visible global function definition
  for ‘samples’
rnb.boxplot.from.segmentation: no visible binding for global variable
  ‘Segment’
rnb.boxplot.from.segmentation: no visible binding for global variable
  ‘AvgMeth’
rnb.chromosome.lengths: no visible global function definition for
  ‘seqlengths’
rnb.combine.seq: no visible global function definition for ‘samples’
rnb.enmix.oob: no visible global function definition for ‘%dopar%’
rnb.enmix.oob: no visible global function definition for ‘foreach’
rnb.execute.dreduction: no visible global function definition for
  ‘samples’
rnb.execute.filter.summary.internal: no visible global function
  definition for ‘samples’
rnb.execute.high.coverage.removal.internal: no visible global function
  definition for ‘samples’
rnb.execute.high.dpval.masking.internal: no visible global function
  definition for ‘samples’
rnb.execute.imputation: no visible global function definition for
  ‘samples’
rnb.execute.low.coverage.masking.internal: no visible global function
  definition for ‘samples’
rnb.execute.na.removal.internal: no visible global function definition
  for ‘samples’
rnb.execute.normalization: no visible global function definition for
  ‘phenoData’
rnb.execute.normalization: no visible global function definition for
  ‘phenoData<-’
rnb.execute.normalization: no visible global function definition for
  ‘RGChannelSet’
rnb.execute.normalization: no visible global function definition for
  ‘preprocessSWAN’
rnb.execute.normalization: no visible global function definition for
  ‘getMeth’
rnb.execute.normalization: no visible global function definition for
  ‘getUnmeth’
rnb.execute.normalization: no visible global function definition for
  ‘featureNames’
rnb.execute.normalization: no visible global function definition for
  ‘samples’
rnb.execute.normalization: no visible global function definition for
  ‘mapToGenome’
rnb.execute.normalization: no visible global function definition for
  ‘addSex’
rnb.execute.normalization: no visible global function definition for
  ‘getSex’
rnb.execute.normalization: no visible global function definition for
  ‘getCN’
rnb.execute.normalization.bmiq: no visible global function definition
  for ‘%dopar%’
rnb.execute.normalization.bmiq: no visible global function definition
  for ‘foreach’
rnb.execute.pOOBAH: no visible global function definition for ‘samples’
rnb.execute.pOOBAH: no visible global function definition for ‘SigDF’
rnb.execute.pOOBAH: no visible global function definition for ‘pOOBAH’
rnb.execute.pOOBAH: no visible binding for global variable ‘sigset.l’
rnb.execute.pOOBAH: no visible binding for global variable ‘pIG’
rnb.execute.pOOBAH: no visible binding for global variable ‘pII’
rnb.execute.pOOBAH: no visible binding for global variable ‘pIR’
rnb.execute.quality: no visible global function definition for
  ‘samples’
rnb.execute.quality : <anonymous>: no visible global function
  definition for ‘samples’
rnb.execute.segmentation: no visible binding for global variable
  ‘Hsapiens’
rnb.execute.segmentation: no visible binding for global variable
  ‘Mmusculus’
rnb.execute.segmentation: no visible global function definition for
  ‘seqlengths’
rnb.execute.segmentation: no visible global function definition for
  ‘browserSession’
rnb.execute.segmentation: no visible global function definition for
  ‘genome<-’
rnb.execute.segmentation: no visible global function definition for
  ‘ucscTableQuery’
rnb.execute.segmentation: no visible global function definition for
  ‘getTable’
rnb.execute.segmentation: no visible global function definition for
  ‘samples’
rnb.execute.segmentation: no visible global function definition for
  ‘readMethylome’
rnb.execute.segmentation: no visible global function definition for
  ‘readSNPTable’
rnb.execute.segmentation: no visible global function definition for
  ‘removeSNPs’
rnb.execute.segmentation: no visible global function definition for
  ‘segmentPMDs’
rnb.execute.segmentation: no visible global function definition for
  ‘plotAlphaDistributionOneChr’
rnb.execute.segmentation: no visible global function definition for
  ‘calculateFDRs’
rnb.execute.segmentation: no visible global function definition for
  ‘segmentUMRsLMRs’
rnb.export.to.ewasher: no visible global function definition for
  ‘samples’
rnb.filter.dataset: no visible global function definition for ‘samples’
rnb.final.segmentation: no visible global function definition for
  ‘samples’
rnb.get.reliability.counts.per.sample: no visible global function
  definition for ‘samples’
rnb.options.description.table.fromRd: no visible global function
  definition for ‘Rd2HTML’
rnb.options.description.table.fromRd: no visible binding for global
  variable ‘xmlValue’
rnb.plot.beta.density.group: no visible binding for global variable
  ‘group’
rnb.plot.biseq.coverage: no visible global function definition for
  ‘samples’
rnb.plot.biseq.coverage.hist: no visible global function definition for
  ‘samples’
rnb.plot.control.barplot: no visible global function definition for
  ‘samples’
rnb.plot.control.barplot: no visible binding for global variable
  ‘Target’
rnb.plot.control.barplot: no visible binding for global variable
  ‘Index’
rnb.plot.control.barplot: no visible binding for global variable ‘ID’
rnb.plot.control.barplot: no visible binding for global variable
  ‘Address’
rnb.plot.control.barplot: no visible global function definition for
  ‘grid.newpage’
rnb.plot.control.barplot: no visible binding for global variable
  ‘Intensity’
rnb.plot.control.barplot: no visible global function definition for
  ‘grid.draw’
rnb.plot.control.boxplot: no visible global function definition for
  ‘grid.newpage’
rnb.plot.control.boxplot: no visible binding for global variable
  ‘Probe’
rnb.plot.control.boxplot: no visible binding for global variable
  ‘Intensity’
rnb.plot.control.boxplot: no visible global function definition for
  ‘grid.draw’
rnb.plot.ct.heatmap: no visible binding for global variable ‘x’
rnb.plot.ct.heatmap: no visible binding for global variable ‘y’
rnb.plot.ct.heatmap: no visible binding for global variable ‘v’
rnb.plot.ct.heatmap: no visible global function definition for
  ‘grid.newpage’
rnb.plot.ct.heatmap: no visible global function definition for
  ‘grid.draw’
rnb.plot.dreduction: no visible global function definition for ‘tsne’
rnb.plot.locus.profile: no visible global function definition for
  ‘plotTracks’
rnb.plot.marker.fstat: no visible binding for global variable ‘x’
rnb.plot.marker.fstat: no visible binding for global variable ‘y’
rnb.plot.marker.fstat: no visible global function definition for
  ‘muted’
rnb.plot.negative.boxplot: no visible global function definition for
  ‘samples’
rnb.plot.negative.boxplot: no visible binding for global variable
  ‘numeric.names’
rnb.plot.negative.boxplot: no visible binding for global variable
  ‘type’
rnb.plot.negative.boxplot: no visible binding for global variable
  ‘types’
rnb.plot.negative.boxplot: no visible global function definition for
  ‘grid.newpage’
rnb.plot.negative.boxplot: no visible binding for global variable
  ‘Sample’
rnb.plot.negative.boxplot: no visible binding for global variable
  ‘Intensity’
rnb.plot.negative.boxplot: no visible global function definition for
  ‘grid.draw’
rnb.plot.num.sites.covg: no visible global function definition for
  ‘samples’
rnb.plot.num.sites.covg : <anonymous>: no visible global function
  definition for ‘samples’
rnb.plot.num.sites.covg: no visible binding for global variable
  ‘numSites’
rnb.plot.num.sites.covg: no visible binding for global variable
  ‘covgMedian’
rnb.plot.num.sites.covg: no visible binding for global variable
  ‘covgPercLow’
rnb.plot.num.sites.covg: no visible binding for global variable
  ‘covgPercUp’
rnb.plot.num.sites.covg: no visible binding for global variable ‘comma’
rnb.plot.region.profile.density: no visible binding for global variable
  ‘relative.coord’
rnb.plot.region.profile.density: no visible binding for global variable
  ‘..density..’
rnb.plot.region.profiles : <anonymous>: no visible global function
  definition for ‘samples’
rnb.plot.region.profiles: no visible binding for global variable
  ‘relative.coord’
rnb.plot.region.profiles: no visible binding for global variable
  ‘group’
rnb.plot.region.site.density: no visible binding for global variable
  ‘relative.coord’
rnb.plot.segmentation.distributions: no visible binding for global
  variable ‘x2’
rnb.plot.segmentation.distributions: no visible binding for global
  variable ‘y2’
rnb.plot.segmentation.distributions: no visible binding for global
  variable ‘texthere’
rnb.plot.segmentation.final: no visible global function definition for
  ‘plotFinalSegmentation’
rnb.plot.sentrix.distributions: no visible global function definition
  for ‘samples’
rnb.plot.sentrix.distributions: no visible binding for global variable
  ‘Slide’
rnb.plot.snp.boxplot: no visible binding for global variable ‘SNP’
rnb.plot.snp.boxplot: no visible binding for global variable ‘bv’
rnb.run.example: no visible global function definition for ‘install’
rnb.run.preprocessing : logger.completed.filtering: no visible global
  function definition for ‘samples’
rnb.sample.summary.table: no visible global function definition for
  ‘samples’
rnb.section.ageprediction: no visible global function definition for
  ‘samples’
rnb.section.clustering : <anonymous> : <anonymous>: no visible global
  function definition for ‘samples’
rnb.section.clustering: no visible global function definition for
  ‘samples’
rnb.section.diffMeth.region: no visible global function definition for
  ‘%dopar%’
rnb.section.diffMeth.region: no visible global function definition for
  ‘foreach’
rnb.section.diffMeth.region: no visible binding for global variable ‘k’
rnb.section.diffMeth.region : do.enrichment.table: no visible global
  function definition for ‘sigCategories’
rnb.section.diffMeth.region : do.enrichment.table.var: no visible
  global function definition for ‘sigCategories’
rnb.section.diffMeth.site: no visible global function definition for
  ‘%dopar%’
rnb.section.diffMeth.site: no visible global function definition for
  ‘foreach’
rnb.section.diffVar: no visible global function definition for
  ‘%dopar%’
rnb.section.diffVar: no visible global function definition for
  ‘foreach’
rnb.section.diffVar.region: no visible global function definition for
  ‘%dopar%’
rnb.section.diffVar.region: no visible global function definition for
  ‘foreach’
rnb.section.diffVar.region: no visible binding for global variable ‘k’
rnb.section.import: no visible global function definition for ‘samples’
rnb.section.import: no visible global function definition for
  ‘phenoData’
rnb.section.imputation: no visible global function definition for
  ‘melt’
rnb.section.locus.profiles: no visible global function definition for
  ‘samples’
rnb.section.locus.profiles : do.plots: no visible global function
  definition for ‘plotTracks’
rnb.section.locus.profiles: no visible global function definition for
  ‘%dopar%’
rnb.section.locus.profiles: no visible global function definition for
  ‘foreach’
rnb.section.na.removal: no visible global function definition for
  ‘samples’
rnb.section.normalization: no visible global function definition for
  ‘samples’
rnb.section.region.description: no visible binding for global variable
  ‘size’
rnb.section.region.description: no visible binding for global variable
  ‘n.sites’
rnb.section.region.profiles: no visible global function definition for
  ‘samples’
rnb.section.region.subsegmentation : get.summary.df.from.list: no
  visible global function definition for ‘melt’
rnb.section.region.subsegmentation: no visible binding for global
  variable ‘region.size’
rnb.section.region.subsegmentation: no visible binding for global
  variable ‘is.subsegmentation’
rnb.section.region.subsegmentation: no visible binding for global
  variable ‘num.sites’
rnb.section.sex.prediction: no visible global function definition for
  ‘muted’
rnb.step.betadistribution.internal: no visible global function
  definition for ‘%dopar%’
rnb.step.betadistribution.internal: no visible global function
  definition for ‘foreach’
rnb.step.cell.types: no visible global function definition for
  ‘samples’
rnb.step.clustering.internal: no visible global function definition for
  ‘samples’
rnb.step.dreduction: no visible global function definition for
  ‘%dopar%’
rnb.step.dreduction: no visible global function definition for
  ‘foreach’
rnb.step.dreduction: no visible binding for global variable ‘target’
rnb.step.filter.summary.internal: no visible global function definition
  for ‘percent_format’
rnb.step.filter.summary.internal: no visible global function definition
  for ‘samples’
rnb.step.import: no visible global function definition for ‘samples’
rnb.step.import: no visible global function definition for ‘phenoData’
rnb.step.na.removal: no visible binding for global variable
  ‘sites2ignore’
rnb.step.na.removal.internal: no visible global function definition for
  ‘samples’
rnb.step.normalization: no visible global function definition for
  ‘phenoData’
robustHyperGResultSummary: no visible global function definition for
  ‘sigCategories’
robustHyperGResultSummary: no visible global function definition for
  ‘pvalues’
robustHyperGResultSummary: no visible global function definition for
  ‘oddsRatios’
robustHyperGResultSummary: no visible global function definition for
  ‘expectedCounts’
robustHyperGResultSummary: no visible global function definition for
  ‘geneCounts’
robustHyperGResultSummary: no visible global function definition for
  ‘universeCounts’
robustHyperGResultSummary: no visible binding for global variable
  ‘Term’
run.cross.validation: no visible global function definition for
  ‘samples’
run.cross.validation: no visible global function definition for ‘melt’
run.cross.validation: no visible binding for global variable ‘Measure’
run.cross.validation: no visible binding for global variable ‘Error’
sampleCovgApply: no visible global function definition for ‘samples’
set.covariates.ct: no visible global function definition for ‘samples’
simpleGlmnet: no visible global function definition for ‘impute.knn’
simpleGlmnet: no visible global function definition for ‘cv.glmnet’
simpleGlmnet: no visible global function definition for ‘glmnet’
simpleGlmnetBiseq: no visible global function definition for
  ‘cv.glmnet’
simpleGlmnetBiseq: no visible global function definition for ‘glmnet’
simpleGlmnetEvaluate: no visible global function definition for
  ‘cv.glmnet’
simpleGlmnetEvaluate: no visible global function definition for
  ‘glmnet’
symmetric.melt: no visible global function definition for ‘melt’
addDiffMethTable,RnBDiffMeth: no visible binding for global variable
  ‘reg.type’
coerce,RGChannelSet-RnBeadRawSet: no visible global function definition
  for ‘getManifest’
coerce,RGChannelSet-RnBeadRawSet: no visible global function definition
  for ‘getGreen’
coerce,RGChannelSet-RnBeadRawSet: no visible global function definition
  for ‘getRed’
coerce,RGChannelSet-RnBeadRawSet: no visible global function definition
  for ‘pData’
coerce,RnBeadRawSet-MethyLumiSet: no visible global function definition
  for ‘featureData<-’
coerce,RnBeadRawSet-MethyLumiSet: no visible global function definition
  for ‘featureNames<-’
coerce,RnBeadRawSet-RGChannelSet: no visible global function definition
  for ‘RGChannelSet’
join.diffMeth,RnBDiffMeth-RnBDiffMeth: no visible global function
  definition for ‘clone’
mask.sites.meth,RnBSet: no visible global function definition for
  ‘samples’
remove.samples,RnBSet: no visible global function definition for
  ‘samples’
remove.samples,RnBeadRawSet: no visible global function definition for
  ‘samples’
remove.samples,RnBeadSet: no visible global function definition for
  ‘samples’
remove.sites,RnBSet: no visible global function definition for
  ‘samples’
sampleCovgApply,RnBSet: no visible global function definition for
  ‘samples’
sampleMethApply,RnBSet: no visible global function definition for
  ‘samples’
summarize.regions,RnBSet: no visible global function definition for
  ‘samples’
summarize.regions,RnBSet: multiple local function definitions for
  ‘aggr.f’ with different formal arguments
updateMethylationSites,RnBSet: no visible global function definition
  for ‘samples’
Undefined global functions or variables:
  %dopar% ..count.. ..density.. Address Age Annotated AvgMeth
  BiomartGeneRegionTrack ChrNumeric DataTrack Density Deviance
  Difference DoISVA Error GenomeAxisTrack Group Hsapiens ID
  IdeogramTrack IlluminaHumanMethylation450kmanifest
  IlluminaHumanMethylationEPICmanifest Immune Increase Index Intensity
  Measure Mmusculus Predicted Probe RGChannelSet Rd2HTML SNP Sample
  Segment SigDF Slide Target Term UcscTrack Value addSex as.profileCGH
  assayDataElement assayDataElementNames barcode browserSession bv
  calculateFDRs chrom clone combinedRank combinedRank.var comma
  covgMedian covgPercLow covgPercUp cv.glmnet daglad diffmeth
  diffmeth.p.adj.fdr diffmeth.p.val dinucleotideFrequency
  expectedCounts featureData featureData<- featureNames featureNames<-
  foreach geneCounts genome<- getCN getDoParWorkers getGreen
  getManifest getMeth getRed getSex getTable getUnmeth getVarCov glmnet
  grid.draw grid.newpage group group1 group2 i impute.knn install
  is.subsegmentation k letterFrequency lme loadRegionDB log10FDR log10P
  mapToGenome mclapply mean.diff mean.quot.log2 melt mergeRegionDBs
  muted n.sites num.sites numSites numeric.names oddsRatios
  p.vals.t.na.adj pData pIG pII pIR pOOBAH percent_format phenoData
  phenoData<- plotAlphaDistributionOneChr plotFinalSegmentation
  plotTracks preprocessSWAN pvalues qvalue readMethylome readSNPTable
  refText reg.type region.size registerDoParallel relative.coord
  removeSNPs report runLOLA samples segmentPMDs segmentUMRsLMRs
  seqlengths seqlevels<- setNames sigCategories sigset.l sites2ignore
  size solve.QP stopCluster sva target texthere tsne type types
  ucscTableQuery universeCounts useMart v var.diff varFit varLabels x
  x2 xmlValue y y2 yint
Consider adding
  importFrom("stats", "setNames")
to your NAMESPACE file.
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                     user system elapsed
rnb.execute.pOOBAH 27.962  2.425  39.972
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 7 NOTEs
See
  ‘/Users/biocbuild/bbs-3.17-bioc/meat/RnBeads.Rcheck/00check.log’
for details.



Installation output

RnBeads.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL RnBeads
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library’
* installing *source* package ‘RnBeads’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (RnBeads)

Tests output

RnBeads.Rcheck/tests/runTests.Rout


R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> BiocGenerics:::testPackage("RnBeads")

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min


Attaching package: 'S4Vectors'

The following object is masked from 'package:utils':

    findMatches

The following objects are masked from 'package:base':

    I, expand.grid, unname


Attaching package: 'bit'

The following object is masked from 'package:base':

    xor

Attaching package ff
- getOption("fftempdir")=="/tmp/RtmpCISUtd/ff"

- getOption("ffextension")=="ff"

- getOption("ffdrop")==TRUE

- getOption("fffinonexit")==TRUE

- getOption("ffpagesize")==65536

- getOption("ffcaching")=="mmnoflush"  -- consider "ffeachflush" if your system stalls on large writes

- getOption("ffbatchbytes")==16777216 -- consider a different value for tuning your system

- getOption("ffmaxbytes")==536870912 -- consider a different value for tuning your system


Attaching package: 'ff'

The following objects are masked from 'package:utils':

    write.csv, write.csv2

The following objects are masked from 'package:base':

    is.factor, is.ordered

Spam version 2.9-1 (2022-08-07) is loaded.
Type 'help( Spam)' or 'demo( spam)' for a short introduction 
and overview of this package.
Help for individual functions is also obtained by adding the
suffix '.spam' to the function name, e.g. 'help( chol.spam)'.

Attaching package: 'spam'

The following object is masked from 'package:stats4':

    mle

The following objects are masked from 'package:base':

    backsolve, forwardsolve


Try help(fields) to get started.

Attaching package: 'gplots'

The following object is masked from 'package:IRanges':

    space

The following object is masked from 'package:S4Vectors':

    space

The following object is masked from 'package:stats':

    lowess


Attaching package: 'grid'

The following object is masked from 'package:ff':

    pattern


Attaching package: 'gridExtra'

The following object is masked from 'package:BiocGenerics':

    combine


Attaching package: 'limma'

The following object is masked from 'package:BiocGenerics':

    plotMA

Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.


Attaching package: 'Biobase'

The following objects are masked from 'package:matrixStats':

    anyMissing, rowMedians


Attaching package: 'AnnotationDbi'

The following object is masked from 'package:MASS':

    select



Attaching package: 'MatrixGenerics'

The following object is masked from 'package:Biobase':

    rowMedians

The following objects are masked from 'package:matrixStats':

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars


Attaching package: 'Biostrings'

The following object is masked from 'package:grid':

    pattern

The following objects are masked from 'package:ff':

    mismatch, pattern

The following object is masked from 'package:base':

    strsplit

locfit 1.5-9.8 	 2023-06-11
Setting options('download.file.method.GEOquery'='auto')
Setting options('GEOquery.inmemory.gpl'=FALSE)

Attaching package: 'plyr'

The following object is masked from 'package:XVector':

    compact

The following object is masked from 'package:matrixStats':

    count

The following object is masked from 'package:IRanges':

    desc

The following object is masked from 'package:S4Vectors':

    rename

2023-10-16 06:35:51     0.9  STATUS STARTED Unit testing: differential
2023-10-16 06:35:52     0.9  STATUS     STARTED Testing function: rowWelchP
Loading required package: RnBeads.hg19
2023-10-16 06:35:53     0.9  STATUS     COMPLETED Testing function: rowWelchP
2023-10-16 06:35:54     0.9  STATUS     STARTED Testing function: limmaP
2023-10-16 06:35:55     0.9  STATUS     COMPLETED Testing function: limmaP
2023-10-16 06:35:56     0.9  STATUS     STARTED Testing function: computeDiffTab.extended.site
2023-10-16 06:35:57     0.9    INFO         Conducting differential analysis using limma
2023-10-16 06:35:58     0.9  STATUS     COMPLETED Testing function: computeDiffTab.extended.site
2023-10-16 06:35:59     0.9  STATUS     STARTED Testing function: computeDiffTab.default.region
2023-10-16 06:36:00     0.9    INFO         Conducting differential analysis using limma
2023-10-16 06:36:09     1.0  STATUS     COMPLETED Testing function: computeDiffTab.default.region
2023-10-16 06:36:10     1.0  STATUS     STARTED Testing function: combineTestPvalsMeth
2023-10-16 06:36:11     1.0  STATUS     COMPLETED Testing function: combineTestPvalsMeth
2023-10-16 06:36:12     1.0  STATUS     STARTED Testing function: get.adjustment.variables
2023-10-16 06:36:13     1.0  STATUS     COMPLETED Testing function: get.adjustment.variables
2023-10-16 06:36:14     1.0  STATUS     STARTED Testing function: get.comparison.info
2023-10-16 06:36:15     1.0  STATUS     COMPLETED Testing function: get.comparison.info
2023-10-16 06:36:15     1.0  STATUS     STARTED Testing function: rnb.execute.computeDiffMeth
2023-10-16 06:36:16     1.0  STATUS         STARTED Retrieving comparison info
2023-10-16 06:36:17     1.0  STATUS         COMPLETED Retrieving comparison info
2023-10-16 06:36:18     1.0  STATUS         STARTED Computing differential methylation tables
2023-10-16 06:36:19     1.0  STATUS             STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:36:20     1.0  STATUS                 STARTED Computing Differential Methylation Table
2023-10-16 06:36:21     1.0    INFO                     Conducting differential analysis using limma
2023-10-16 06:36:22     1.0  STATUS                 COMPLETED Computing Differential Methylation Table
2023-10-16 06:36:23     1.0  STATUS                 STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:36:26     1.1  STATUS                     Computed table for tiling
2023-10-16 06:36:29     1.1  STATUS                     Computed table for genes
2023-10-16 06:36:31     1.1  STATUS                     Computed table for promoters
2023-10-16 06:36:32     1.1  STATUS                     Computed table for cpgislands
2023-10-16 06:36:33     1.1  STATUS                 COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:36:34     1.1  STATUS             COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:36:35     1.1  STATUS             STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:36:36     1.1  STATUS                 STARTED Computing Differential Methylation Table
2023-10-16 06:36:37     1.1    INFO                     Conducting differential analysis using limma
2023-10-16 06:36:38     1.1  STATUS                 COMPLETED Computing Differential Methylation Table
2023-10-16 06:36:39     1.1  STATUS                 STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:36:41     1.2  STATUS                     Computed table for tiling
2023-10-16 06:36:43     1.3  STATUS                     Computed table for genes
2023-10-16 06:36:45     1.4  STATUS                     Computed table for promoters
2023-10-16 06:36:46     1.5  STATUS                     Computed table for cpgislands
2023-10-16 06:36:47     1.5  STATUS                 COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:36:48     1.5  STATUS             COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:36:49     1.5  STATUS         COMPLETED Computing differential methylation tables
2023-10-16 06:36:50     1.5  STATUS     COMPLETED Testing function: rnb.execute.computeDiffMeth
2023-10-16 06:36:51     1.5  STATUS     STARTED Testing function: diffVar
2023-10-16 06:36:52     1.5  STATUS         STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:38:47     3.4  STATUS         COMPLETED diffVar method
2023-10-16 06:38:48     3.4  STATUS         STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:38:49     3.4 WARNING             Could not compute p-values with diffVar, returning NA
2023-10-16 06:38:50     3.4    INFO             diffVar from missMethyl package not properly running
2023-10-16 06:38:51     3.4  STATUS         COMPLETED diffVar method
2023-10-16 06:38:51     3.4  STATUS         STARTED Testing function: apply.iEVORA
2023-10-16 06:38:52     3.4  STATUS             STARTED iEVORA method
2023-10-16 06:38:55     3.5    INFO                 No DVCs detected. All p-values set to 1.
2023-10-16 06:38:56     3.5  STATUS             COMPLETED iEVORA method
2023-10-16 06:38:57     3.5  STATUS             STARTED Testing function: rnb.execute.diffVar
2023-10-16 06:38:58     3.5  STATUS                 STARTED Differential Variability
2023-10-16 06:38:59     3.5  STATUS                     STARTED Retrieving comparison info
2023-10-16 06:39:00     3.5  STATUS                     COMPLETED Retrieving comparison info
2023-10-16 06:39:01     3.5    INFO                     No imputation method selected, 'knn' method used.
2023-10-16 06:39:02     3.5  STATUS                     STARTED Imputation procedure knn 
2023-10-16 06:39:03     3.5  STATUS                     COMPLETED Imputation procedure knn 
2023-10-16 06:39:04     3.5  STATUS                     STARTED Comparing  hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:39:05     3.5    INFO                         Conducting differential variability using diffVar
2023-10-16 06:39:06     3.5  STATUS                         STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:39:07     3.5  STATUS                         COMPLETED diffVar method
2023-10-16 06:39:08     3.5  STATUS                         STARTED Computing Differential Variability Tables (Region Level)
2023-10-16 06:39:10     3.6  STATUS                             Computed table for tiling
2023-10-16 06:39:11     3.6  STATUS                             Computed table for genes
2023-10-16 06:39:13     3.7  STATUS                             Computed table for promoters
2023-10-16 06:39:14     3.7  STATUS                             Computed table for cpgislands
2023-10-16 06:39:15     3.7  STATUS                         COMPLETED Computing Differential Variability Tables (Region Level)
2023-10-16 06:39:16     3.7  STATUS                     COMPLETED Comparing  hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:39:17     3.7  STATUS                     STARTED Comparing  KOSR vs. TeSR (based on Treatment)
2023-10-16 06:39:18     3.7    INFO                         Conducting differential variability using diffVar
2023-10-16 06:39:19     3.7  STATUS                         STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:39:20     3.7  STATUS                         COMPLETED diffVar method
2023-10-16 06:39:21     3.8  STATUS                         STARTED Computing Differential Variability Tables (Region Level)
2023-10-16 06:39:25     3.8  STATUS                             Computed table for tiling
2023-10-16 06:39:26     3.8  STATUS                             Computed table for genes
2023-10-16 06:39:27     3.8  STATUS                             Computed table for promoters
2023-10-16 06:39:29     3.8  STATUS                             Computed table for cpgislands
2023-10-16 06:39:29     3.8  STATUS                         COMPLETED Computing Differential Variability Tables (Region Level)
2023-10-16 06:39:30     3.8  STATUS                     COMPLETED Comparing  KOSR vs. TeSR (based on Treatment)
2023-10-16 06:39:31     3.8  STATUS                 COMPLETED Differential Variability
2023-10-16 06:39:32     3.8  STATUS             COMPLETED Testing function: rnb.execute.diffVar
2023-10-16 06:39:33     3.8  STATUS             STARTED Testing function: rnb.execute.computeDiffMeth and Variability
2023-10-16 06:39:34     3.8  STATUS                 STARTED Retrieving comparison info
2023-10-16 06:39:35     3.8  STATUS                 COMPLETED Retrieving comparison info
2023-10-16 06:39:36     3.8  STATUS                 STARTED Computing differential methylation tables
2023-10-16 06:39:37     3.8  STATUS                     STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:39:38     3.8  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:39:39     3.8    INFO                             Conducting differential analysis using limma
2023-10-16 06:39:40     3.8  STATUS                             STARTED Imputation procedure knn 
2023-10-16 06:39:41     3.8  STATUS                             COMPLETED Imputation procedure knn 
2023-10-16 06:39:41     3.8    INFO                             Conducting differential variability using diffVar
2023-10-16 06:39:42     3.8  STATUS                             STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:39:43     3.8  STATUS                             COMPLETED diffVar method
2023-10-16 06:39:44     3.8  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:39:45     3.8  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:39:48     3.8  STATUS                             Computed table for tiling
2023-10-16 06:39:50     3.8  STATUS                             Computed table for genes
2023-10-16 06:39:56     3.7  STATUS                             Computed table for promoters
2023-10-16 06:39:58     3.7  STATUS                             Computed table for cpgislands
2023-10-16 06:39:59     3.7  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:40:00     3.7  STATUS                     COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:40:01     3.7  STATUS                     STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:40:01     3.7  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:40:02     3.7    INFO                             Conducting differential analysis using limma
2023-10-16 06:40:03     3.7  STATUS                             STARTED Imputation procedure knn 
2023-10-16 06:40:04     3.7  STATUS                             COMPLETED Imputation procedure knn 
2023-10-16 06:40:05     3.7    INFO                             Conducting differential variability using diffVar
2023-10-16 06:40:06     3.7  STATUS                             STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:40:07     3.7  STATUS                             COMPLETED diffVar method
2023-10-16 06:40:08     3.7  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:40:09     3.7  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:40:12     3.7  STATUS                             Computed table for tiling
2023-10-16 06:40:14     3.8  STATUS                             Computed table for genes
2023-10-16 06:40:16     3.8  STATUS                             Computed table for promoters
2023-10-16 06:40:25     3.3  STATUS                             Computed table for cpgislands
2023-10-16 06:40:26     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:40:27     3.3  STATUS                     COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:40:28     3.3  STATUS                 COMPLETED Computing differential methylation tables
2023-10-16 06:40:29     3.3  STATUS             COMPLETED Testing function: rnb.execute.computeDiffMeth and Variability
2023-10-16 06:40:30     3.3  STATUS             STARTED Testing class: RnBDiffMeth
2023-10-16 06:40:31     3.3  STATUS                 STARTED Retrieving comparison info
2023-10-16 06:40:31     3.3  STATUS                 COMPLETED Retrieving comparison info
2023-10-16 06:40:32     3.3  STATUS                 STARTED Computing differential methylation tables
2023-10-16 06:40:33     3.3  STATUS                     STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:40:34     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:40:35     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:40:36     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:40:37     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:40:39     3.3  STATUS                             Computed table for tiling
2023-10-16 06:40:41     3.3  STATUS                             Computed table for genes
2023-10-16 06:40:42     3.3  STATUS                             Computed table for promoters
2023-10-16 06:40:43     3.3  STATUS                             Computed table for cpgislands
2023-10-16 06:40:44     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:40:45     3.3  STATUS                     COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:40:46     3.3  STATUS                     STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:40:47     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:40:48     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:40:49     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:40:50     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:40:52     3.3  STATUS                             Computed table for tiling
2023-10-16 06:40:55     3.3  STATUS                             Computed table for genes
2023-10-16 06:40:56     3.3  STATUS                             Computed table for promoters
2023-10-16 06:40:58     3.3  STATUS                             Computed table for cpgislands
2023-10-16 06:40:59     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:41:00     3.3  STATUS                     COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:41:01     3.3  STATUS                 COMPLETED Computing differential methylation tables
2023-10-16 06:41:01     3.3  STATUS                 STARTED Retrieving comparison info
2023-10-16 06:41:02     3.3  STATUS                 COMPLETED Retrieving comparison info
2023-10-16 06:41:03     3.3  STATUS                 STARTED Computing differential methylation tables
2023-10-16 06:41:04     3.3  STATUS                     STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:41:05     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:41:06     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:41:07     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:41:08     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:41:09     3.3  STATUS                             Computed table for genes
2023-10-16 06:41:11     3.3  STATUS                             Computed table for tiling
2023-10-16 06:41:12     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:41:13     3.3  STATUS                     COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:41:14     3.3  STATUS                 COMPLETED Computing differential methylation tables
2023-10-16 06:41:15     3.3  STATUS                 STARTED Retrieving comparison info
2023-10-16 06:41:16     3.3  STATUS                 COMPLETED Retrieving comparison info
2023-10-16 06:41:17     3.3  STATUS                 STARTED Computing differential methylation tables
2023-10-16 06:41:18     3.3  STATUS                     STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:41:19     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:41:20     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:41:21     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:41:22     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:41:23     3.3  STATUS                             Computed table for genes
2023-10-16 06:41:25     3.3  STATUS                             Computed table for tiling
2023-10-16 06:41:26     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:41:27     3.3  STATUS                     COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:41:28     3.3  STATUS                 COMPLETED Computing differential methylation tables
2023-10-16 06:41:29     3.3  STATUS                 STARTED Retrieving comparison info
2023-10-16 06:41:30     3.3  STATUS                 COMPLETED Retrieving comparison info
2023-10-16 06:41:31     3.3  STATUS                 STARTED Computing differential methylation tables
2023-10-16 06:41:32     3.3  STATUS                     STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:41:33     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:41:34     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:41:35     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:41:36     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:41:39     3.3  STATUS                             Computed table for promoters
2023-10-16 06:41:40     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:41:41     3.3  STATUS                     COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:41:41     3.3  STATUS                     STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:41:42     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:41:43     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:41:44     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:41:45     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:41:47     3.3  STATUS                             Computed table for promoters
2023-10-16 06:41:48     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:41:48     3.3  STATUS                     COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:41:49     3.3  STATUS                 COMPLETED Computing differential methylation tables
2023-10-16 06:41:50     3.3  STATUS                 STARTED Retrieving comparison info
2023-10-16 06:41:51     3.3  STATUS                 COMPLETED Retrieving comparison info
2023-10-16 06:41:52     3.3  STATUS                 STARTED Computing differential methylation tables
2023-10-16 06:41:53     3.3  STATUS                     STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:41:54     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:41:55     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:41:56     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:41:57     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:41:58     3.3  STATUS                             Computed table for genes
2023-10-16 06:42:00     3.3  STATUS                             Computed table for tiling
2023-10-16 06:42:01     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:42:02     3.3  STATUS                     COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:42:03     3.3  STATUS                 COMPLETED Computing differential methylation tables
2023-10-16 06:42:04     3.3  STATUS                 STARTED Testing function: get.region.types
2023-10-16 06:42:05     3.3  STATUS                 COMPLETED Testing function: get.region.types
2023-10-16 06:42:06     3.3  STATUS                 STARTED Testing function: get.comparisons
2023-10-16 06:42:07     3.3  STATUS                 COMPLETED Testing function: get.comparisons
2023-10-16 06:42:08     3.3  STATUS                 STARTED Testing function: get.comparison.grouplabels
2023-10-16 06:42:09     3.3  STATUS                 COMPLETED Testing function: get.comparison.grouplabels
2023-10-16 06:42:09     3.3  STATUS                 STARTED Testing function: get.site.test.method
2023-10-16 06:42:10     3.3  STATUS                 COMPLETED Testing function: get.site.test.method
2023-10-16 06:42:11     3.3  STATUS                 STARTED Testing function: get.table
2023-10-16 06:42:12     3.3  STATUS                 COMPLETED Testing function: get.table
2023-10-16 06:42:13     3.3  STATUS                 STARTED Testing function: addDiffMethTable
2023-10-16 06:42:14     3.3    INFO                     Conducting differential analysis using limma
2023-10-16 06:42:15     3.3  STATUS                 COMPLETED Testing function: addDiffMethTable
2023-10-16 06:42:16     3.3  STATUS                 STARTED Testing functions: join.diffMeth, is.valid
2023-10-16 06:42:18     3.3  STATUS                 COMPLETED Testing functions: join.diffMeth, is.valid
2023-10-16 06:42:19     3.3  STATUS                 STARTED Destructor
2023-10-16 06:42:19     3.3  STATUS                     STARTED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:42:20     3.3  STATUS                     COMPLETED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:42:21     3.3  STATUS                     STARTED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:42:22     3.3  STATUS                     COMPLETED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:42:23     3.3  STATUS                     STARTED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:42:24     3.3  STATUS                     COMPLETED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:42:25     3.3  STATUS                     STARTED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:42:26     3.3  STATUS                     COMPLETED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:42:27     3.3  STATUS                 COMPLETED Destructor
2023-10-16 06:42:27     3.3  STATUS             COMPLETED Testing class: RnBDiffMeth
2023-10-16 06:42:28     3.3  STATUS         COMPLETED Testing function: apply.iEVORA
2023-10-16 06:42:29     3.3  STATUS         STARTED Retrieving comparison info
2023-10-16 06:42:30     3.3  STATUS         COMPLETED Retrieving comparison info
2023-10-16 06:42:31     3.3  STATUS         STARTED Computing differential methylation tables
2023-10-16 06:42:32     3.3  STATUS             STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:42:33     3.3  STATUS                 STARTED Computing Differential Methylation Table
2023-10-16 06:42:34     3.3    INFO                     Conducting differential analysis using limma
2023-10-16 06:42:35     3.3  STATUS                 COMPLETED Computing Differential Methylation Table
2023-10-16 06:42:36     3.3  STATUS                 STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:42:38     3.3  STATUS                     Computed table for tiling
2023-10-16 06:42:41     3.3  STATUS                     Computed table for genes
2023-10-16 06:42:43     3.3  STATUS                     Computed table for promoters
2023-10-16 06:42:44     3.3  STATUS                     Computed table for cpgislands
2023-10-16 06:42:45     3.3  STATUS                 COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:42:46     3.3  STATUS             COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:42:47     3.3  STATUS             STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:42:48     3.3  STATUS                 STARTED Computing Differential Methylation Table
2023-10-16 06:42:48     3.3    INFO                     Conducting differential analysis using limma
2023-10-16 06:42:49     3.3  STATUS                 COMPLETED Computing Differential Methylation Table
2023-10-16 06:42:50     3.3  STATUS                 STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:42:52     3.3  STATUS                     Computed table for tiling
2023-10-16 06:42:54     3.3  STATUS                     Computed table for genes
2023-10-16 06:42:55     3.3  STATUS                     Computed table for promoters
2023-10-16 06:42:56     3.3  STATUS                     Computed table for cpgislands
2023-10-16 06:42:57     3.3  STATUS                 COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:42:58     3.3  STATUS             COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:42:59     3.3  STATUS         COMPLETED Computing differential methylation tables
2023-10-16 06:43:00     3.3  STATUS         STARTED Retrieving comparison info
2023-10-16 06:43:01     3.3  STATUS         COMPLETED Retrieving comparison info
2023-10-16 06:43:02     3.3  STATUS         STARTED Computing differential methylation tables
2023-10-16 06:43:03     3.3  STATUS             STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:43:04     3.3  STATUS                 STARTED Computing Differential Methylation Table
2023-10-16 06:43:04     3.3    INFO                     Conducting differential analysis using limma
2023-10-16 06:43:05     3.3  STATUS                 COMPLETED Computing Differential Methylation Table
2023-10-16 06:43:06     3.3  STATUS                 STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:43:08     3.3  STATUS                     Computed table for genes
2023-10-16 06:43:11     3.3  STATUS                     Computed table for tiling
2023-10-16 06:43:12     3.3  STATUS                 COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:43:13     3.3  STATUS             COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:43:14     3.3  STATUS         COMPLETED Computing differential methylation tables
2023-10-16 06:43:15     3.3  STATUS         STARTED Retrieving comparison info
2023-10-16 06:43:16     3.3  STATUS         COMPLETED Retrieving comparison info
2023-10-16 06:43:17     3.3  STATUS         STARTED Computing differential methylation tables
2023-10-16 06:43:18     3.3  STATUS             STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:43:19     3.3  STATUS                 STARTED Computing Differential Methylation Table
2023-10-16 06:43:19     3.3    INFO                     Conducting differential analysis using limma
2023-10-16 06:43:20     3.3  STATUS                 COMPLETED Computing Differential Methylation Table
2023-10-16 06:43:21     3.3  STATUS                 STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:43:23     3.3  STATUS                     Computed table for genes
2023-10-16 06:43:25     3.3  STATUS                     Computed table for tiling
2023-10-16 06:43:26     3.3  STATUS                 COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:43:27     3.3  STATUS             COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:43:27     3.3  STATUS         COMPLETED Computing differential methylation tables
2023-10-16 06:43:28     3.3  STATUS         STARTED Retrieving comparison info
2023-10-16 06:43:29     3.3  STATUS         COMPLETED Retrieving comparison info
2023-10-16 06:43:30     3.3  STATUS         STARTED Computing differential methylation tables
2023-10-16 06:43:31     3.3  STATUS             STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:43:32     3.3  STATUS                 STARTED Computing Differential Methylation Table
2023-10-16 06:43:33     3.3    INFO                     Conducting differential analysis using limma
2023-10-16 06:43:34     3.3  STATUS                 COMPLETED Computing Differential Methylation Table
2023-10-16 06:43:35     3.3  STATUS                 STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:43:36     3.3  STATUS                     Computed table for promoters
2023-10-16 06:43:37     3.3  STATUS                 COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:43:38     3.3  STATUS             COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:43:39     3.3  STATUS             STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:43:40     3.3  STATUS                 STARTED Computing Differential Methylation Table
2023-10-16 06:43:40     3.3    INFO                     Conducting differential analysis using limma
2023-10-16 06:43:41     3.3  STATUS                 COMPLETED Computing Differential Methylation Table
2023-10-16 06:43:42     3.3  STATUS                 STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:43:44     3.3  STATUS                     Computed table for promoters
2023-10-16 06:43:45     3.3  STATUS                 COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:43:46     3.3  STATUS             COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:43:46     3.3  STATUS         COMPLETED Computing differential methylation tables
2023-10-16 06:43:47     3.3  STATUS         STARTED Retrieving comparison info
2023-10-16 06:43:48     3.3  STATUS         COMPLETED Retrieving comparison info
2023-10-16 06:43:49     3.3  STATUS         STARTED Computing differential methylation tables
2023-10-16 06:43:50     3.3  STATUS             STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:43:51     3.3  STATUS                 STARTED Computing Differential Methylation Table
2023-10-16 06:43:52     3.3    INFO                     Conducting differential analysis using limma
2023-10-16 06:43:53     3.3  STATUS                 COMPLETED Computing Differential Methylation Table
2023-10-16 06:43:53     3.3  STATUS                 STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:43:55     3.3  STATUS                     Computed table for genes
2023-10-16 06:43:59     3.3  STATUS                     Computed table for tiling
2023-10-16 06:43:59     3.3  STATUS                 COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:44:00     3.3  STATUS             COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:44:01     3.3  STATUS         COMPLETED Computing differential methylation tables
2023-10-16 06:44:02     3.3  STATUS         STARTED Testing function: get.region.types
2023-10-16 06:44:03     3.3  STATUS         COMPLETED Testing function: get.region.types
2023-10-16 06:44:04     3.3  STATUS         STARTED Testing function: get.comparisons
2023-10-16 06:44:05     3.3  STATUS         COMPLETED Testing function: get.comparisons
2023-10-16 06:44:06     3.3  STATUS         STARTED Testing function: get.comparison.grouplabels
2023-10-16 06:44:06     3.3  STATUS         COMPLETED Testing function: get.comparison.grouplabels
2023-10-16 06:44:07     3.3  STATUS         STARTED Testing function: get.site.test.method
2023-10-16 06:44:08     3.3  STATUS         COMPLETED Testing function: get.site.test.method
2023-10-16 06:44:09     3.3  STATUS         STARTED Testing function: get.table
2023-10-16 06:44:10     3.3  STATUS         COMPLETED Testing function: get.table
2023-10-16 06:44:11     3.3  STATUS         STARTED Testing function: addDiffMethTable
2023-10-16 06:44:12     3.3    INFO             Conducting differential analysis using limma
2023-10-16 06:44:13     3.3  STATUS         COMPLETED Testing function: addDiffMethTable
2023-10-16 06:44:14     3.3  STATUS         STARTED Testing functions: join.diffMeth, is.valid
2023-10-16 06:44:15     3.3  STATUS         COMPLETED Testing functions: join.diffMeth, is.valid
2023-10-16 06:44:16     3.3  STATUS         STARTED Destructor
2023-10-16 06:44:16     3.3  STATUS             STARTED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:44:17     3.3  STATUS             COMPLETED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:44:18     3.3  STATUS             STARTED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:44:19     3.3  STATUS             COMPLETED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:44:20     3.3  STATUS             STARTED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:44:21     3.3  STATUS             COMPLETED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:44:22     3.3  STATUS             STARTED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:44:23     3.3  STATUS             COMPLETED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:44:23     3.3  STATUS         COMPLETED Destructor
2023-10-16 06:44:24     3.3    INFO         Conducting differential analysis using limma
2023-10-16 06:44:26     3.3    INFO         Conducting differential analysis using limma
2023-10-16 06:44:27     3.3  STATUS         STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:44:28     3.3  STATUS         COMPLETED diffVar method
2023-10-16 06:44:29     3.3  STATUS         STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:44:30     3.3 WARNING             Could not compute p-values with diffVar, returning NA
2023-10-16 06:44:31     3.3    INFO             diffVar from missMethyl package not properly running
2023-10-16 06:44:32     3.3  STATUS             STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:44:33     3.3  STATUS             COMPLETED diffVar method
2023-10-16 06:44:34     3.3  STATUS STARTED Unit testing: differential
2023-10-16 06:44:34     3.3  STATUS     STARTED Testing function: rowWelchP
2023-10-16 06:44:35     3.3  STATUS     COMPLETED Testing function: rowWelchP
2023-10-16 06:44:36     3.3  STATUS     STARTED Testing function: limmaP
2023-10-16 06:44:37     3.3  STATUS     COMPLETED Testing function: limmaP
2023-10-16 06:44:38     3.3  STATUS     STARTED Testing function: computeDiffTab.extended.site
2023-10-16 06:44:39     3.3    INFO         Conducting differential analysis using limma
2023-10-16 06:44:40     3.3  STATUS     COMPLETED Testing function: computeDiffTab.extended.site
2023-10-16 06:44:41     3.3  STATUS     STARTED Testing function: computeDiffTab.default.region
2023-10-16 06:44:42     3.3    INFO         Conducting differential analysis using limma
2023-10-16 06:44:43     3.3  STATUS     COMPLETED Testing function: computeDiffTab.default.region
2023-10-16 06:44:44     3.3  STATUS     STARTED Testing function: combineTestPvalsMeth
2023-10-16 06:44:45     3.3  STATUS     COMPLETED Testing function: combineTestPvalsMeth
2023-10-16 06:44:46     3.3  STATUS     STARTED Testing function: get.adjustment.variables
2023-10-16 06:44:47     3.3  STATUS     COMPLETED Testing function: get.adjustment.variables
2023-10-16 06:44:48     3.3  STATUS     STARTED Testing function: get.comparison.info
2023-10-16 06:44:49     3.3  STATUS     COMPLETED Testing function: get.comparison.info
2023-10-16 06:44:50     3.3  STATUS     STARTED Testing function: rnb.execute.computeDiffMeth
2023-10-16 06:44:51     3.3  STATUS         STARTED Retrieving comparison info
2023-10-16 06:44:52     3.3  STATUS         COMPLETED Retrieving comparison info
2023-10-16 06:44:53     3.3  STATUS         STARTED Computing differential methylation tables
2023-10-16 06:44:54     3.3  STATUS             STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:44:55     3.3  STATUS                 STARTED Computing Differential Methylation Table
2023-10-16 06:44:56     3.3    INFO                     Conducting differential analysis using limma
2023-10-16 06:44:56     3.3  STATUS                 COMPLETED Computing Differential Methylation Table
2023-10-16 06:44:57     3.3  STATUS                 STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:44:59     3.3  STATUS                     Computed table for tiling
2023-10-16 06:45:01     3.3  STATUS                     Computed table for genes
2023-10-16 06:45:04     3.3  STATUS                     Computed table for promoters
2023-10-16 06:45:05     3.3  STATUS                     Computed table for cpgislands
2023-10-16 06:45:06     3.3  STATUS                 COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:45:07     3.3  STATUS             COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:45:08     3.3  STATUS             STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:45:09     3.3  STATUS                 STARTED Computing Differential Methylation Table
2023-10-16 06:45:10     3.3    INFO                     Conducting differential analysis using limma
2023-10-16 06:45:11     3.3  STATUS                 COMPLETED Computing Differential Methylation Table
2023-10-16 06:45:12     3.3  STATUS                 STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:45:14     3.3  STATUS                     Computed table for tiling
2023-10-16 06:45:16     3.3  STATUS                     Computed table for genes
2023-10-16 06:45:17     3.3  STATUS                     Computed table for promoters
2023-10-16 06:45:19     3.3  STATUS                     Computed table for cpgislands
2023-10-16 06:45:20     3.3  STATUS                 COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:45:20     3.3  STATUS             COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:45:21     3.3  STATUS         COMPLETED Computing differential methylation tables
2023-10-16 06:45:22     3.3  STATUS     COMPLETED Testing function: rnb.execute.computeDiffMeth
2023-10-16 06:45:23     3.3  STATUS     STARTED Testing function: diffVar
2023-10-16 06:45:24     3.3  STATUS         STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:45:25     3.3  STATUS         COMPLETED diffVar method
2023-10-16 06:45:26     3.3  STATUS         STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:45:27     3.3 WARNING             Could not compute p-values with diffVar, returning NA
2023-10-16 06:45:28     3.3    INFO             diffVar from missMethyl package not properly running
2023-10-16 06:45:29     3.3  STATUS         COMPLETED diffVar method
2023-10-16 06:45:30     3.3  STATUS         STARTED Testing function: apply.iEVORA
2023-10-16 06:45:32     3.3  STATUS             STARTED iEVORA method
2023-10-16 06:45:36     3.3    INFO                 No DVCs detected. All p-values set to 1.
2023-10-16 06:45:37     3.3  STATUS             COMPLETED iEVORA method
2023-10-16 06:45:38     3.3  STATUS             STARTED Testing function: rnb.execute.diffVar
2023-10-16 06:45:39     3.3  STATUS                 STARTED Differential Variability
2023-10-16 06:45:40     3.3  STATUS                     STARTED Retrieving comparison info
2023-10-16 06:45:41     3.3  STATUS                     COMPLETED Retrieving comparison info
2023-10-16 06:45:42     3.3  STATUS                     STARTED Imputation procedure knn 
2023-10-16 06:45:43     3.3  STATUS                     COMPLETED Imputation procedure knn 
2023-10-16 06:45:44     3.3  STATUS                     STARTED Comparing  hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:45:45     3.3    INFO                         Conducting differential variability using diffVar
2023-10-16 06:45:46     3.3  STATUS                         STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:45:47     3.3  STATUS                         COMPLETED diffVar method
2023-10-16 06:45:48     3.3  STATUS                         STARTED Computing Differential Variability Tables (Region Level)
2023-10-16 06:45:50     3.3  STATUS                             Computed table for tiling
2023-10-16 06:45:51     3.3  STATUS                             Computed table for genes
2023-10-16 06:45:52     3.3  STATUS                             Computed table for promoters
2023-10-16 06:45:54     3.3  STATUS                             Computed table for cpgislands
2023-10-16 06:45:55     3.3  STATUS                         COMPLETED Computing Differential Variability Tables (Region Level)
2023-10-16 06:45:56     3.3  STATUS                     COMPLETED Comparing  hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:45:56     3.3  STATUS                     STARTED Comparing  KOSR vs. TeSR (based on Treatment)
2023-10-16 06:45:57     3.3    INFO                         Conducting differential variability using diffVar
2023-10-16 06:45:58     3.3  STATUS                         STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:45:59     3.3  STATUS                         COMPLETED diffVar method
2023-10-16 06:46:00     3.3  STATUS                         STARTED Computing Differential Variability Tables (Region Level)
2023-10-16 06:46:02     3.3  STATUS                             Computed table for tiling
2023-10-16 06:46:04     3.3  STATUS                             Computed table for genes
2023-10-16 06:46:05     3.3  STATUS                             Computed table for promoters
2023-10-16 06:46:08     3.3  STATUS                             Computed table for cpgislands
2023-10-16 06:46:09     3.3  STATUS                         COMPLETED Computing Differential Variability Tables (Region Level)
2023-10-16 06:46:10     3.3  STATUS                     COMPLETED Comparing  KOSR vs. TeSR (based on Treatment)
2023-10-16 06:46:11     3.3  STATUS                 COMPLETED Differential Variability
2023-10-16 06:46:12     3.3  STATUS             COMPLETED Testing function: rnb.execute.diffVar
2023-10-16 06:46:13     3.3  STATUS             STARTED Testing function: rnb.execute.computeDiffMeth and Variability
2023-10-16 06:46:14     3.3  STATUS                 STARTED Retrieving comparison info
2023-10-16 06:46:16     3.3  STATUS                 COMPLETED Retrieving comparison info
2023-10-16 06:46:17     3.3  STATUS                 STARTED Computing differential methylation tables
2023-10-16 06:46:18     3.3  STATUS                     STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:46:19     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:46:19     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:46:21     3.3  STATUS                             STARTED Imputation procedure knn 
2023-10-16 06:46:22     3.3  STATUS                             COMPLETED Imputation procedure knn 
2023-10-16 06:46:22     3.3    INFO                             Conducting differential variability using diffVar
2023-10-16 06:46:23     3.3  STATUS                             STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:46:24     3.3  STATUS                             COMPLETED diffVar method
2023-10-16 06:46:26     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:46:26     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:46:29     3.3  STATUS                             Computed table for tiling
2023-10-16 06:46:31     3.3  STATUS                             Computed table for genes
2023-10-16 06:46:33     3.3  STATUS                             Computed table for promoters
2023-10-16 06:46:35     3.3  STATUS                             Computed table for cpgislands
2023-10-16 06:46:36     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:46:37     3.3  STATUS                     COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:46:38     3.3  STATUS                     STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:46:39     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:46:40     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:46:41     3.3  STATUS                             STARTED Imputation procedure knn 
2023-10-16 06:46:42     3.3  STATUS                             COMPLETED Imputation procedure knn 
2023-10-16 06:46:43     3.3    INFO                             Conducting differential variability using diffVar
2023-10-16 06:46:44     3.3  STATUS                             STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:46:45     3.3  STATUS                             COMPLETED diffVar method
2023-10-16 06:46:46     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:46:47     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:46:52     3.3  STATUS                             Computed table for tiling
2023-10-16 06:46:54     3.3  STATUS                             Computed table for genes
2023-10-16 06:46:56     3.3  STATUS                             Computed table for promoters
2023-10-16 06:46:58     3.3  STATUS                             Computed table for cpgislands
2023-10-16 06:46:59     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:47:00     3.3  STATUS                     COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:47:01     3.3  STATUS                 COMPLETED Computing differential methylation tables
2023-10-16 06:47:02     3.3  STATUS             COMPLETED Testing function: rnb.execute.computeDiffMeth and Variability
2023-10-16 06:47:03     3.3  STATUS             STARTED Testing class: RnBDiffMeth
2023-10-16 06:47:04     3.3  STATUS                 STARTED Retrieving comparison info
2023-10-16 06:47:05     3.3  STATUS                 COMPLETED Retrieving comparison info
2023-10-16 06:47:05     3.3  STATUS                 STARTED Computing differential methylation tables
2023-10-16 06:47:06     3.3  STATUS                     STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:47:07     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:47:08     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:47:09     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:47:10     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:47:14     3.3  STATUS                             Computed table for tiling
2023-10-16 06:47:16     3.3  STATUS                             Computed table for genes
2023-10-16 06:47:17     3.3  STATUS                             Computed table for promoters
2023-10-16 06:47:19     3.3  STATUS                             Computed table for cpgislands
2023-10-16 06:47:20     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:47:21     3.3  STATUS                     COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:47:22     3.3  STATUS                     STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:47:23     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:47:24     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:47:25     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:47:25     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:47:28     3.3  STATUS                             Computed table for tiling
2023-10-16 06:47:29     3.3  STATUS                             Computed table for genes
2023-10-16 06:47:31     3.3  STATUS                             Computed table for promoters
2023-10-16 06:47:32     3.3  STATUS                             Computed table for cpgislands
2023-10-16 06:47:33     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:47:34     3.3  STATUS                     COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:47:35     3.3  STATUS                 COMPLETED Computing differential methylation tables
2023-10-16 06:47:36     3.3  STATUS                 STARTED Retrieving comparison info
2023-10-16 06:47:37     3.3  STATUS                 COMPLETED Retrieving comparison info
2023-10-16 06:47:38     3.3  STATUS                 STARTED Computing differential methylation tables
2023-10-16 06:47:39     3.3  STATUS                     STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:47:40     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:47:41     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:47:42     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:47:43     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:47:47     3.3  STATUS                             Computed table for genes
2023-10-16 06:47:49     3.3  STATUS                             Computed table for tiling
2023-10-16 06:47:50     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:47:51     3.3  STATUS                     COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:47:52     3.3  STATUS                 COMPLETED Computing differential methylation tables
2023-10-16 06:47:53     3.3  STATUS                 STARTED Retrieving comparison info
2023-10-16 06:47:54     3.3  STATUS                 COMPLETED Retrieving comparison info
2023-10-16 06:47:55     3.3  STATUS                 STARTED Computing differential methylation tables
2023-10-16 06:47:56     3.3  STATUS                     STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:47:57     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:47:58     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:47:59     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:48:00     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:48:02     3.3  STATUS                             Computed table for genes
2023-10-16 06:48:04     3.3  STATUS                             Computed table for tiling
2023-10-16 06:48:05     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:48:06     3.3  STATUS                     COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:48:07     3.3  STATUS                 COMPLETED Computing differential methylation tables
2023-10-16 06:48:08     3.3  STATUS                 STARTED Retrieving comparison info
2023-10-16 06:48:09     3.3  STATUS                 COMPLETED Retrieving comparison info
2023-10-16 06:48:10     3.3  STATUS                 STARTED Computing differential methylation tables
2023-10-16 06:48:12     3.3  STATUS                     STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:48:13     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:48:14     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:48:15     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:48:16     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:48:18     3.3  STATUS                             Computed table for promoters
2023-10-16 06:48:19     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:48:20     3.3  STATUS                     COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:48:21     3.3  STATUS                     STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:48:22     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:48:23     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:48:24     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:48:25     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:48:27     3.3  STATUS                             Computed table for promoters
2023-10-16 06:48:28     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:48:29     3.3  STATUS                     COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:48:30     3.3  STATUS                 COMPLETED Computing differential methylation tables
2023-10-16 06:48:31     3.3  STATUS                 STARTED Retrieving comparison info
2023-10-16 06:48:32     3.3  STATUS                 COMPLETED Retrieving comparison info
2023-10-16 06:48:33     3.3  STATUS                 STARTED Computing differential methylation tables
2023-10-16 06:48:34     3.3  STATUS                     STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:48:35     3.3  STATUS                         STARTED Computing Differential Methylation Table
2023-10-16 06:48:36     3.3    INFO                             Conducting differential analysis using limma
2023-10-16 06:48:37     3.3  STATUS                         COMPLETED Computing Differential Methylation Table
2023-10-16 06:48:38     3.3  STATUS                         STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:48:40     3.3  STATUS                             Computed table for genes
2023-10-16 06:48:44     3.3  STATUS                             Computed table for tiling
2023-10-16 06:48:45     3.3  STATUS                         COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:48:46     3.3  STATUS                     COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:48:47     3.3  STATUS                 COMPLETED Computing differential methylation tables
2023-10-16 06:48:48     3.3  STATUS                 STARTED Testing function: get.region.types
2023-10-16 06:48:50     3.3  STATUS                 COMPLETED Testing function: get.region.types
2023-10-16 06:48:51     3.3  STATUS                 STARTED Testing function: get.comparisons
2023-10-16 06:48:52     3.3  STATUS                 COMPLETED Testing function: get.comparisons
2023-10-16 06:48:53     3.3  STATUS                 STARTED Testing function: get.comparison.grouplabels
2023-10-16 06:48:54     3.3  STATUS                 COMPLETED Testing function: get.comparison.grouplabels
2023-10-16 06:48:55     3.3  STATUS                 STARTED Testing function: get.site.test.method
2023-10-16 06:48:56     3.3  STATUS                 COMPLETED Testing function: get.site.test.method
2023-10-16 06:48:57     3.3  STATUS                 STARTED Testing function: get.table
2023-10-16 06:48:58     3.3  STATUS                 COMPLETED Testing function: get.table
2023-10-16 06:48:59     3.3  STATUS                 STARTED Testing function: addDiffMethTable
2023-10-16 06:49:00     3.3    INFO                     Conducting differential analysis using limma
2023-10-16 06:49:02     3.3  STATUS                 COMPLETED Testing function: addDiffMethTable
2023-10-16 06:49:03     3.3  STATUS                 STARTED Testing functions: join.diffMeth, is.valid
2023-10-16 06:49:04     3.3  STATUS                 COMPLETED Testing functions: join.diffMeth, is.valid
2023-10-16 06:49:05     3.3  STATUS                 STARTED Destructor
2023-10-16 06:49:06     3.3  STATUS                     STARTED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:49:07     3.3  STATUS                     COMPLETED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:49:08     3.3  STATUS                     STARTED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:49:09     3.3  STATUS                     COMPLETED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:49:10     3.3  STATUS                     STARTED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:49:11     3.3  STATUS                     COMPLETED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:49:12     3.3  STATUS                     STARTED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:49:13     3.3  STATUS                     COMPLETED Deleting RnBDiffMeth disk dump files from disk
2023-10-16 06:49:14     3.3  STATUS                 COMPLETED Destructor
2023-10-16 06:49:15     3.3  STATUS             COMPLETED Testing class: RnBDiffMeth
2023-10-16 06:49:16     3.3  STATUS         COMPLETED Testing function: apply.iEVORA
2023-10-16 06:49:17     3.3  STATUS         STARTED iEVORA method
2023-10-16 06:49:20     3.3    INFO             No DVCs detected. All p-values set to 1.
Coefficients not estimable: x2x2 
2023-10-16 06:49:22     3.3  STATUS             STARTED Retrieving comparison info
2023-10-16 06:49:23     3.3  STATUS             COMPLETED Retrieving comparison info
2023-10-16 06:49:24     3.3  STATUS             STARTED Computing differential methylation tables
2023-10-16 06:49:25     3.3  STATUS                 STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:49:26     3.3  STATUS                     STARTED Computing Differential Methylation Table
2023-10-16 06:49:27     3.3    INFO                         Conducting differential analysis using limma
2023-10-16 06:49:29     3.3  STATUS                     COMPLETED Computing Differential Methylation Table
2023-10-16 06:49:30     3.3  STATUS                     STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:49:32     3.3  STATUS                         Computed table for tiling
2023-10-16 06:49:36     3.3  STATUS                         Computed table for genes
2023-10-16 06:49:37     3.3  STATUS                         Computed table for promoters
2023-10-16 06:49:39     3.3  STATUS                         Computed table for cpgislands
2023-10-16 06:49:40     3.3  STATUS                     COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:49:41     3.3  STATUS                 COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:49:42     3.3  STATUS                 STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:49:43     3.3  STATUS                     STARTED Computing Differential Methylation Table
2023-10-16 06:49:44     3.3    INFO                         Conducting differential analysis using limma
2023-10-16 06:49:45     3.3  STATUS                     COMPLETED Computing Differential Methylation Table
2023-10-16 06:49:46     3.3  STATUS                     STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:49:49     3.3  STATUS                         Computed table for tiling
2023-10-16 06:49:51     3.3  STATUS                         Computed table for genes
2023-10-16 06:49:52     3.3  STATUS                         Computed table for promoters
2023-10-16 06:49:54     3.3  STATUS                         Computed table for cpgislands
2023-10-16 06:49:55     3.3  STATUS                     COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:49:56     3.3  STATUS                 COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:49:57     3.3  STATUS             COMPLETED Computing differential methylation tables
2023-10-16 06:49:58     3.3  STATUS             STARTED Retrieving comparison info
2023-10-16 06:49:59     3.3  STATUS             COMPLETED Retrieving comparison info
2023-10-16 06:50:01     3.3  STATUS             STARTED Computing differential methylation tables
2023-10-16 06:50:02     3.3  STATUS                 STARTED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:50:03     3.3  STATUS                     STARTED Computing Differential Methylation Table
2023-10-16 06:50:04     3.3    INFO                         Conducting differential analysis using limma
2023-10-16 06:50:05     3.3  STATUS                         STARTED Imputation procedure knn 
2023-10-16 06:50:06     3.3  STATUS                         COMPLETED Imputation procedure knn 
2023-10-16 06:50:08     3.3    INFO                         Conducting differential variability using diffVar
2023-10-16 06:50:09     3.3  STATUS                         STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:50:10     3.3  STATUS                         COMPLETED diffVar method
2023-10-16 06:50:11     3.3  STATUS                     COMPLETED Computing Differential Methylation Table
2023-10-16 06:50:12     3.3  STATUS                     STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:50:17     3.3  STATUS                         Computed table for tiling
2023-10-16 06:50:19     3.3  STATUS                         Computed table for genes
2023-10-16 06:50:21     3.3  STATUS                         Computed table for promoters
2023-10-16 06:50:23     3.3  STATUS                         Computed table for cpgislands
2023-10-16 06:50:24     3.3  STATUS                     COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:50:25     3.3  STATUS                 COMPLETED Comparing: hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:50:26     3.3  STATUS                 STARTED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:50:27     3.3  STATUS                     STARTED Computing Differential Methylation Table
2023-10-16 06:50:28     3.3    INFO                         Conducting differential analysis using limma
2023-10-16 06:50:30     3.3  STATUS                         STARTED Imputation procedure knn 
2023-10-16 06:50:31     3.3  STATUS                         COMPLETED Imputation procedure knn 
2023-10-16 06:50:32     3.3    INFO                         Conducting differential variability using diffVar
2023-10-16 06:50:33     3.3  STATUS                         STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:50:34     3.3  STATUS                         COMPLETED diffVar method
2023-10-16 06:50:35     3.3  STATUS                     COMPLETED Computing Differential Methylation Table
2023-10-16 06:50:36     3.3  STATUS                     STARTED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:50:41     3.3  STATUS                         Computed table for tiling
2023-10-16 06:50:43     3.3  STATUS                         Computed table for genes
2023-10-16 06:50:45     3.3  STATUS                         Computed table for promoters
2023-10-16 06:50:47     3.3  STATUS                         Computed table for cpgislands
2023-10-16 06:50:48     3.3  STATUS                     COMPLETED Computing Differential Methylation Tables (Region Level)
2023-10-16 06:50:50     3.3  STATUS                 COMPLETED Comparing: KOSR vs. TeSR (based on Treatment)
2023-10-16 06:50:51     3.3  STATUS             COMPLETED Computing differential methylation tables
2023-10-16 06:50:52     3.3  STATUS             STARTED Differential Variability
2023-10-16 06:50:53     3.3  STATUS                 STARTED Retrieving comparison info
2023-10-16 06:50:54     3.3  STATUS                 COMPLETED Retrieving comparison info
2023-10-16 06:50:55     3.3  STATUS                 STARTED Imputation procedure knn 
2023-10-16 06:50:56     3.3  STATUS                 COMPLETED Imputation procedure knn 
2023-10-16 06:50:57     3.3  STATUS                 STARTED Comparing  hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:50:59     3.3    INFO                     Conducting differential variability using diffVar
2023-10-16 06:51:00     3.3  STATUS                     STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:51:01     3.3  STATUS                     COMPLETED diffVar method
2023-10-16 06:51:02     3.3  STATUS                     STARTED Computing Differential Variability Tables (Region Level)
2023-10-16 06:51:04     3.3  STATUS                         Computed table for tiling
2023-10-16 06:51:06     3.3  STATUS                         Computed table for genes
2023-10-16 06:51:07     3.3  STATUS                         Computed table for promoters
2023-10-16 06:51:10     3.3  STATUS                         Computed table for cpgislands
2023-10-16 06:51:11     3.3  STATUS                     COMPLETED Computing Differential Variability Tables (Region Level)
2023-10-16 06:51:13     3.3  STATUS                 COMPLETED Comparing  hESC vs. hiPSC (based on Sample_Group)
2023-10-16 06:51:14     3.3  STATUS                 STARTED Comparing  KOSR vs. TeSR (based on Treatment)
2023-10-16 06:51:15     3.3    INFO                     Conducting differential variability using diffVar
2023-10-16 06:51:17     3.3  STATUS                     STARTED diffVar method
coef not specified. Using all columns of design matrix.
2023-10-16 06:51:18     3.3  STATUS                     COMPLETED diffVar method
2023-10-16 06:51:19     3.3  STATUS                     STARTED Computing Differential Variability Tables (Region Level)
2023-10-16 06:51:21     3.3  STATUS                         Computed table for tiling
2023-10-16 06:51:23     3.3  STATUS                         Computed table for genes
2023-10-16 06:51:25     3.3  STATUS                         Computed table for promoters
2023-10-16 06:51:27     3.3  STATUS                         Computed table for cpgislands
2023-10-16 06:51:28     3.3  STATUS                     COMPLETED Computing Differential Variability Tables (Region Level)
2023-10-16 06:51:29     3.3  STATUS                 COMPLETED Comparing  KOSR vs. TeSR (based on Treatment)
2023-10-16 06:51:30     3.3  STATUS             COMPLETED Differential Variability
2023-10-16 06:51:31     3.3  STATUS STARTED Analysis
2023-10-16 06:51:33     3.3    INFO     Loaded information from data.RData
2023-10-16 06:51:34     3.3  STATUS     STARTED Processing Detection P-values
2023-10-16 06:51:35     3.3    INFO         Removed 3979 probes that overlap with SNPs
2023-10-16 06:51:36     3.3    INFO         Completed Greedycut on 510 samples
2023-10-16 06:51:37     3.3  STATUS     COMPLETED Processing Detection P-values
2023-10-16 06:51:39     3.3 WARNING     File not found: data2.RData
2023-10-16 06:51:40     3.3  STATUS COMPLETED Analysis

2023-10-16 06:51:41     3.3  STATUS STARTED Testing imputation
2023-10-16 06:51:42     3.3  STATUS     STARTED Imputation procedure knn 
2023-10-16 06:51:46     3.3  STATUS     COMPLETED Imputation procedure knn 
2023-10-16 06:51:47     3.3  STATUS     STARTED Imputation procedure mean.samples 
2023-10-16 06:51:52     3.3  STATUS     COMPLETED Imputation procedure mean.samples 
2023-10-16 06:51:53     3.3  STATUS     STARTED Imputation procedure mean.cpgs 
2023-10-16 06:51:55     3.3  STATUS     COMPLETED Imputation procedure mean.cpgs 
2023-10-16 06:51:56     3.3  STATUS     STARTED Imputation procedure random 
2023-10-16 06:51:59     3.3  STATUS     COMPLETED Imputation procedure random 
2023-10-16 06:52:00     3.3  STATUS COMPLETED Testing imputation

2023-10-16 06:52:01     3.3  STATUS STARTED Testing age prediction
2023-10-16 06:52:02     3.3  STATUS     STARTED Performing Age Prediction
2023-10-16 06:52:06     3.4  STATUS     COMPLETED Performing Age Prediction
2023-10-16 06:52:07     3.4  STATUS COMPLETED Testing age prediction

2023-10-16 06:52:08     3.4  STATUS STARTED Performing Age Prediction
2023-10-16 06:52:13     3.3  STATUS COMPLETED Performing Age Prediction

2023-10-16 06:52:14     3.3  STATUS STARTED Imputation procedure knn 
2023-10-16 06:52:17     3.3  STATUS COMPLETED Imputation procedure knn 

2023-10-16 06:52:18     3.3  STATUS STARTED Imputation procedure mean.samples 
2023-10-16 06:52:20     3.3  STATUS COMPLETED Imputation procedure mean.samples 

2023-10-16 06:52:21     3.3  STATUS STARTED Imputation procedure mean.cpgs 
2023-10-16 06:52:23     3.3  STATUS COMPLETED Imputation procedure mean.cpgs 

2023-10-16 06:52:25     3.3  STATUS STARTED Imputation procedure random 
2023-10-16 06:52:28     3.3  STATUS COMPLETED Imputation procedure random 

2023-10-16 06:52:29     3.3  STATUS STARTED Testing imputation
2023-10-16 06:52:31     3.3  STATUS     STARTED Imputation procedure knn 
2023-10-16 06:52:33     3.3  STATUS     COMPLETED Imputation procedure knn 
2023-10-16 06:52:34     3.3  STATUS     STARTED Imputation procedure mean.samples 
2023-10-16 06:52:36     3.3  STATUS     COMPLETED Imputation procedure mean.samples 
2023-10-16 06:52:37     3.3  STATUS     STARTED Imputation procedure mean.cpgs 
2023-10-16 06:52:39     3.3  STATUS     COMPLETED Imputation procedure mean.cpgs 
2023-10-16 06:52:40     3.3  STATUS     STARTED Imputation procedure random 
2023-10-16 06:52:44     3.3  STATUS     COMPLETED Imputation procedure random 
2023-10-16 06:52:45     3.3  STATUS COMPLETED Testing imputation

2023-10-16 06:52:46     3.3  STATUS STARTED Testing age prediction
2023-10-16 06:52:47     3.3  STATUS     STARTED Performing Age Prediction
2023-10-16 06:52:50     3.4  STATUS     COMPLETED Performing Age Prediction
2023-10-16 06:52:51     3.4  STATUS COMPLETED Testing age prediction



RUNIT TEST PROTOCOL -- Mon Oct 16 06:53:11 2023 
*********************************************** 
Number of test functions: 24 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
RnBeads RUnit Tests - 24 test functions, 0 errors, 0 failures
Number of test functions: 24 
Number of errors: 0 
Number of failures: 0 
There were 25 warnings (use warnings() to see them)
> 
> proc.time()
    user   system  elapsed 
 351.440  540.163 1084.220 

Example timings

RnBeads.Rcheck/RnBeads-Ex.timings

nameusersystemelapsed
M-methods0.0000.0000.001
U-methods0.0010.0000.000
addDiffMethTable-RnBDiffMeth-methods0.0000.0010.003
addPheno-RnBSet-methods000
addRegionSubsegments0.0000.0000.001
annotation-methods0.0010.0000.000
assembly-methods0.0000.0000.003
combine.rnb.sets-methods000
combineTestPvalsMeth0.0010.0000.001
computeDiffTab.region0.0000.0010.001
computeDiffTab.site000
covg-methods000
create.densityScatter0.0010.0000.001
create.scatter.dens.points000
createReport0.0000.0000.001
createReportPlot0.0010.0010.000
downloadLolaDbs0.0000.0010.001
dpval-methods0.0000.0000.001
exportDMRs2regionFile0.0000.0000.001
get.adjustment.variables0.0000.0000.001
get.comparison.grouplabels-RnBDiffMeth-methods000
get.comparison.groupsizes-RnBDiffMeth-methods0.0000.0000.001
get.comparison.info0.0000.0010.000
get.comparisons-RnBDiffMeth-methods0.0000.0010.000
get.covariates.sva0.0010.0010.000
get.covg.thres-RnBDiffMeth-methods000
get.files000
get.region.types-RnBDiffMeth-methods000
get.site.test.method-RnBDiffMeth-methods000
get.table-RnBDiffMeth-methods000
getCellTypesFromLolaDb0.0000.0000.001
getNamesFromLolaDb000
getSubCmdTokens-ClusterArchitectureSGE-methods0.0000.0010.001
getSubCmdTokens-ClusterArchitectureSLURM-methods0.0000.0010.000
getTargetFromLolaDb0.0000.0000.001
has.covariates.sva000
hasCovg-methods0.0010.0000.001
includes.sites-RnBDiffMeth-methods000
is.valid-RnBDiffMeth-methods0.0000.0000.001
join.diffMeth-methods000
limmaP000
loadLolaDbs000
logger.argument000
logger.getfiles000
logger.isinitialized000
logger.validate.file0.0000.0010.001
loggerManagement0.0010.0010.000
loggerMessages0.0000.0010.000
lolaBarPlot0.0000.0010.000
lolaBoxPlotPerTarget000
lolaVolcanoPlot000
mergeSamples-methods000
meth-methods0.0000.0000.001
mval-methods0.0000.0000.001
nsites-methods000
parallel.getNumWorkers000
parallel.isEnabled0.0000.0000.001
parallel.setup000
parallel.teardown000
performGOEnrichment.diffVar0.0010.0000.001
performGOenrichment.diffMeth.entrez000
performGoEnrichment.diffMeth0.0000.0000.001
performLolaEnrichment.diffMeth0.0000.0010.001
performLolaEnrichment.diffVar0.0000.0000.001
pheno-methods0.0000.0000.005
qc-methods000
read.sample.annotation0.0000.0000.001
regionMapping-methods0.0000.0010.000
regions-methods0.0010.0010.000
reload-RnBDiffMeth-methods0.0000.0010.000
remove.regions-methods0.0000.0010.000
remove.samples-methods0.0000.0010.000
remove.sites-methods000
rnb.RnBSet.to.GRangesList0.0010.0000.002
rnb.RnBSet.to.bed000
rnb.RnBSet.to.bedGraph000
rnb.add.list000
rnb.add.paragraph000
rnb.add.reference000
rnb.add.section000
rnb.annotation.size000
rnb.annotation2data.frame0.0010.0000.001
rnb.beta2mval000
rnb.execute.batcheffects000
rnb.execute.clustering000
rnb.execute.computeDiffMeth0.0000.0010.001
rnb.execute.context.removal0.0000.0000.001
rnb.execute.cross.reactive.removal0.0000.0000.001
rnb.execute.dreduction0.0000.0010.000
rnb.execute.export.csv0.0010.0010.000
rnb.execute.greedycut000
rnb.execute.import000
rnb.execute.na.removal000
rnb.execute.normalization000
rnb.execute.pOOBAH27.962 2.42539.972
rnb.execute.sex.prediction000
rnb.execute.sex.removal0.0000.0010.001
rnb.execute.snp.removal000
rnb.execute.sva0.0000.0010.000
rnb.execute.tnt0.0000.0010.001
rnb.execute.variability.removal000
rnb.export.all.annotation0.0000.0010.000
rnb.export.annotation0.0000.0010.001
rnb.export.to.ewasher0.0010.0010.001
rnb.export.to.trackhub0.0010.0010.001
rnb.get.annotation0.0000.0010.001
rnb.get.assemblies0.0000.0010.001
rnb.get.chromosomes0.0000.0010.001
rnb.get.directory000
rnb.get.mapping0.0010.0000.000
rnb.get.reference0.0000.0000.001
rnb.get.reliability.matrix0.0000.0000.001
rnb.infinium.control.targets0.0000.0000.001
rnb.initialize.reports000
rnb.is.option0.0000.0000.001
rnb.load.annotation.from.db0.0010.0000.001
rnb.message.plot000
rnb.mval2beta000
rnb.options000
rnb.options2xml0.0000.0000.001
rnb.plot.betadistribution.probeCategories0.0000.0000.001
rnb.plot.betadistribution.sampleGroups000
rnb.plot.control.barplot0.0000.0000.001
rnb.plot.control.boxplot0.0000.0000.001
rnb.plot.dreduction0.0000.0000.001
rnb.plot.locus.profile0.0000.0000.001
rnb.plot.negative.boxplot0.0000.0000.001
rnb.plot.region.profile.density000
rnb.plot.region.profiles0.0000.0010.000
rnb.plot.region.site.density000
rnb.plot.sentrix.distribution0.0010.0000.000
rnb.plot.snp.barplot000
rnb.plot.snp.boxplot000
rnb.plot.snp.heatmap000
rnb.region.types000
rnb.region.types.for.analysis000
rnb.remove.annotation000
rnb.run.example0.0010.0000.000
rnb.runs000
rnb.sample.groups0.0000.0010.000
rnb.sample.summary.table0.0000.0010.002
rnb.set.annotation0.0000.0000.001
rnb.write.table0.0000.0000.001
rnb.xml2options0.0000.0000.001
rowOneSampleTP0.0010.0000.001
rowWelchP0.0000.0000.002
run-RnBClusterRun-methods0.0000.0010.000
samples-methods0.0000.0010.000
save.tables-RnBDiffMeth-methods0.0000.0010.001
set.covariates.sva0.0010.0010.001
sites-methods0.0000.0010.001
summarize.regions-methods0.0000.0010.001
summarized.regions-methods000