DNAcopy package use to find the copy number
0
0
Entering edit mode
8.2 years ago

I want to generate CNA object for DNAcopy.

CNA.object<- CNA(snapCGH::: log2ratios(ma), ma$ProbeName, ma$ChrName,ma$Start,ma$Stop, sampleid = colnames(ma$OC1405,ma$OC1663)

But it gives me this error

error in array(x, c(length(x), 1L), if (!is.null(names(x))) list(names(x), :

'data' must be of a vector type, was 'NULL'

please tell me how to rectify this..

R • 2.1k views
ADD COMMENT
0
Entering edit mode

You most likely have specified a column name incorrectly, but it really is not possible without a reproducible example. You seem to be using R for your analysis, so I would suggest taking a course on R and finding a local R person to help you out.

ADD REPLY
0
Entering edit mode

Hello Sean Davis

Yes you are right I have not specified columns properly. Now I got my result

Thank You

ADD REPLY

Login before adding your answer.

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