Error While Using BSmooth in bsseq
1
0
Entering edit mode
10 weeks ago

I am using the BSmooth.tstat() function in the bsseq R package but I get the following error. I can use the test data without error but not my own data.

  • meth_fit = BSmooth(BSseq = meth, verbose = TRUE)
  • meth_stat = BSmooth.tstat(meth_fit, group1 = c(1, 2, 3), group2 = c(4, 5, 6))

[BSmooth.tstat] preprocessing ... done in 5.7 sec [BSmooth.tstat] computing stats within groups ... done in 3.0 sec [BSmooth.tstat] computing stats across groups ... Error in h(simpleError(msg, call)) : error in evaluating the argument 'args' in selecting a method for function 'do.call': need at least two non-NA values to interpolate

enter image description here

error bsmooth WGBS bsseq methylation • 417 views
ADD COMMENT
1
Entering edit mode
27 days ago

Solved that very day by filtering pseudo-chromosomes with chrSelectBSseq() function :)

ADD COMMENT

Login before adding your answer.

Traffic: 1880 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6