snapCGH genomePlot chrominfo
1
0
Entering edit mode
Chris Fenton ▴ 80
@chris-fenton-3854
Last seen 9.5 years ago
Norway
function (input, array = 1, naut = 22, Y = FALSE, X = FALSE, main = NA, status, values, pch, cex, col, chrominfo = chrominfo.Mb, ylim = c(-2, 2), ylb = "Log2Ratio", chrom.to.plot = NA, xlim = c(0, NA), ...) ma2 <- processCGH(ma1) seginfo.dna <- runDNAcopy(ma2) genomePlot(seginfo.dna.merged, array=1, chrom.to.plot=8, chrominfo=1000) fails. Error in attr(status, status.attr[ii]) : 'which' must be of mode character I can remove the status lines from the code but I am still getting an error on chrominfo What is expected in the parameter ? Chris [[alternative HTML version deleted]]
• 730 views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
On Fri, Apr 23, 2010 at 8:44 AM, Chris Fenton <chrisf at="" fagmed.uit.no=""> wrote: > function (input, array = 1, naut = 22, Y = FALSE, X = FALSE, > ? ?main = NA, status, values, pch, cex, col, chrominfo = chrominfo.Mb, > ? ?ylim = c(-2, 2), ylb = "Log2Ratio", chrom.to.plot = NA, xlim = c(0, > ? ? ? ?NA), ...) > > > ma2 ? ? ? ? ? ? ? ?<- processCGH(ma1) > seginfo.dna ? ? ? ?<- runDNAcopy(ma2) > genomePlot(seginfo.dna.merged, array=1, chrom.to.plot=8, > chrominfo=1000) > > fails. > > Error in attr(status, status.attr[ii]) : 'which' must be of mode > character > > I can remove the status lines from the code but I am still getting an > error on chrominfo > What is expected in the parameter ? It isn't entirely clear from the help for genomePlot, but a little digging turns up: help(chrominfo.Mb) This help page describes the format for the data frame that is meant to be passed into the chrominfo parameter. Sean
ADD COMMENT

Login before adding your answer.

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