How to retrieve the (smoothed) baseline values from the bumphunting output object?
0
0
Entering edit mode
@fabianschroeder-9657
Last seen 8.2 years ago

How can one extract the (smoothed) methylation values for the sites of a bump for the baseline (control group) from the output object of the bumphunting function? Have I misunderstood something or is it not possible to (directly) obtain these values?

 

Because my question is generic, I will post the example code from the help site of the bumphunting function.

library("bumphunter")

dat <- dummyData()

bumps <- bumphunter(dat$mat, design=dat$design, chr=dat$chr, pos=dat$pos,
                         cluster=dat$cluster, coef=2, cutoff= 0.28, nullMethod="bootstrap",
                         smooth=TRUE, B=250, verbose=TRUE,
                         smoothFunction=loessByCluster)

 

Fabian

 

bumphunter • 1.1k views
ADD COMMENT

Login before adding your answer.

Traffic: 691 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