This page was generated on 2022-04-13 12:06:28 -0400 (Wed, 13 Apr 2022).
##############################################################################
##############################################################################
###
### Running command:
###
### chmod a+r DMCHMM -R && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD build --keep-empty-dirs --no-resave-data DMCHMM
###
##############################################################################
##############################################################################
* checking for file 'DMCHMM/DESCRIPTION' ... OK
* preparing 'DMCHMM':
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
--- re-building 'DMCHMM.Rmd' using rmarkdown
Loading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats
Attaching package: 'MatrixGenerics'
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
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics
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, 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
Loading required package: S4Vectors
Attaching package: 'S4Vectors'
The following objects are masked from 'package:base':
I, expand.grid, unname
Loading required package: IRanges
Attaching package: 'IRanges'
The following object is masked from 'package:grDevices':
windows
Loading required package: GenomeInfoDb
Loading required package: Biobase
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 object is masked from 'package:MatrixGenerics':
rowMedians
The following objects are masked from 'package:matrixStats':
anyMissing, rowMedians
Loading required package: BiocParallel
Loading required package: fdrtool
DMCHMM package, Version 1.16.0, Released 2020-09-27
A pipeline for identifying differentially methylated CpG sites
using Hidden Markov Model in bisulfite sequencing data. DNA methylation
studies have enabled researchers to understand methylation patterns and
their regulatory roles in biological processes and disease. However, only
a limited number of statistical approaches have been developed to provide
formal quantitative analysis. Specifically, a few available methods do
identify differentially methylated CpG (DMC) sites or regions (DMR), but
they suffer from limitations that arise mostly due to challenges inherent
in bisulfite sequencing data. These challenges include: (1) that
read-depths vary considerably among genomic positions and are often low;
(2) both methylation and autocorrelation patterns change as regions change;
and (3) CpG sites are distributed unevenly. Furthermore, there are several
methodological limitations: almost none of these tools is capable of
comparing multiple groups and/or working with missing values, and only a
few allow continuous or multiple covariates. The last of these is of great
interest among researchers, as the goal is often to find which regions of
the genome are associated with several exposures and traits. To tackle
these issues, we have developed an efficient DMC identification method
based on Hidden Markov Models (HMMs) called DMCHMM which is a three-step
approach (model selection, prediction, testing) aiming to address the
aforementioned drawbacks.
BugReports: https://github.com/shokoohi/DMCHMM/issues
Attaching package: 'DMCHMM'
The following object is masked from 'package:Biobase':
combine
The following object is masked from 'package:BiocGenerics':
combine
Read 23710 records
Read 24421 records
Read 23541 records
Quitting from lines 122-124 (DMCHMM.Rmd)
Error: processing vignette 'DMCHMM.Rmd' failed with diagnostics:
error in evaluating the argument 'x' in selecting a method for function 'as.matrix': values must be length 1,
but FUN(X[[1]]) result is length 2
--- failed re-building 'DMCHMM.Rmd'
SUMMARY: processing the following file failed:
'DMCHMM.Rmd'
Error: Vignette re-building failed.
Execution halted