Conumee2 - CNV.summaryplot()
1
0
Entering edit mode
@e78e9a6a
Last seen 8 hours ago
Germany

Hello,

I'm approaching methylation analysis of some EPIC v2 CHIP. I'm trying to figure out the common CNV between the samples I have. To do so I'm trying to use CNV.summaryplot() function, but whenever I try to run it I get this error message:

CNV.summaryplot(x)
**Error in .local(object, ...) : unused argument (threshold = 0.1)**

I tried also adding threshold = 0.1 or other numbers, but the error continues to appear.

Does anyone know how to solve this problem or maybe there's something wrong in my code?

The code I'm using start with a data processing with SeSAMe and then continues like this:

anno <- CNV.create_anno(array_type = c("450k", "EPICv2"), exclude_regions = exclude_regions, detail_regions = detail_regions)  # choosing array_type = c("450k", "EPICv2") for analyzing EPICv2 (query) and 450k (controls) data

x <- CNV.fit(data.q, data.c, anno)
x <- CNV.bin(x)
x <- CNV.detail(x)
x <- CNV.segment(x)
x <- CNV.focal(x)
CNV.genomeplot(x)
CNV.summaryplot(x)

Thank you for the help!

Luca

conumee CopyNumberVariation MethylationAnalysis methylationArrayAnalysis EPICv2manifest • 43 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 2 hours ago
United States

There doesn't appear to be a function called CNV.summaryplot in conumee. What package does that function come from?

0
Entering edit mode

If you are using conumee2, then you are in the wrong place. That isn't a Bioconductor package (yet? No idea if they have/will submit it).

ADD REPLY

Login before adding your answer.

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