problem in diagnostic plots?
2
0
Entering edit mode
@peter-baker-cmis-indooroopilly-58
Last seen 9.6 years ago
Hi All I've just started using Bioconductor and seems really good. As a test, I've read in two GenePix files - essentially the same code as ReadSpot example and seem to be able to plot, print, normalise .... The only problem I've encountered is > maDiagnPlots1(test[,2]) Error in plot.new() : Figure margins too large > maRawPlots(test[,2]) Error in plot.new() : Figure margins too large > maNormPlots(test[,2]) Error in maMloc(structure(list(), maRf = structure(c(4109, 771, 3073, : No direct or inherited method for function "maMloc" for this call I get the first plot only - seems to stop at the second Does anyone recognise this sort of problem? Could it be missing values? Do I need to filter these in some way before plotting? The arrays have row 10 of each 'block' empty ------------------------------------------------ However, plots like these work absolutely fine ### backgrounds maImage(test[,1], x = "maGb", contour=TRUE) maImage(test[,1], x = "maRb", contour=TRUE) ### raw images maImage(test[,1]) > version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 5.1 year 2002 month 06 day 17 language R > Sys.info() sysname release "Linux" "2.4.18-5smp" (RedHat linux 7.3) Thanks for your help Regards Peter -- Dr Peter Baker, Statistician (Bioinformatics/Genetics), CSIRO Mathematical & Information Sciences, 120 Meiers Rd, INDOOROOPILLY, QLD 4068. Australia. Email: <peter.baker@csiro.au> WWW: http://www.cmis.csiro.au/Peter.Baker/ Phone:+61 7 3214 2210 Fax:+61 7 3214 2881
• 998 views
ADD COMMENT
0
Entering edit mode
rgentleman ★ 5.5k
@rgentleman-7725
Last seen 9.0 years ago
United States
On Wed, Jul 31, 2002 at 07:19:10PM +1000, Peter Baker (CMIS, Indooroopilly) wrote: > Hi All > > I've just started using Bioconductor and seems really good. > > As a test, I've read in two GenePix files - essentially the same code > as ReadSpot example and seem to be able to plot, print, normalise .... > > The only problem I've encountered is > > > maDiagnPlots1(test[,2]) > Error in plot.new() : Figure margins too large > > maRawPlots(test[,2]) > Error in plot.new() : Figure margins too large > > maNormPlots(test[,2]) > Error in maMloc(structure(list(), maRf = structure(c(4109, 771, 3073, : > No direct or inherited method for function "maMloc" for this call > Hi, We have had at least one similar report. I am not sure what the problem is precisely. Perhaps the names for the axis labels or some text is too long. We will have a look and see if we can sort out what the problem is. Robert > I get the first plot only - seems to stop at the second > > Does anyone recognise this sort of problem? > > Could it be missing values? Do I need to filter these in some way > before plotting? The arrays have row 10 of each 'block' empty > > ------------------------------------------------ > > However, plots like these work absolutely fine > > ### backgrounds > maImage(test[,1], x = "maGb", contour=TRUE) > maImage(test[,1], x = "maRb", contour=TRUE) > > ### raw images > maImage(test[,1]) > > > version > _ > platform i686-pc-linux-gnu > arch i686 > os linux-gnu > system i686, linux-gnu > status > major 1 > minor 5.1 > year 2002 > month 06 > day 17 > language R > > > Sys.info() > sysname release > "Linux" "2.4.18-5smp" > (RedHat linux 7.3) > > Thanks for your help > > Regards > Peter > > > -- > Dr Peter Baker, Statistician (Bioinformatics/Genetics), > CSIRO Mathematical & Information Sciences, > 120 Meiers Rd, INDOOROOPILLY, QLD 4068. Australia. > Email: <peter.baker@csiro.au> > WWW: http://www.cmis.csiro.au/Peter.Baker/ > Phone:+61 7 3214 2210 Fax:+61 7 3214 2881 > > > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor -- +--------------------------------------------------------------------- ------+ | Robert Gentleman phone : (617) 632-5250 | | Associate Professor fax: (617) 632-2444 | | Department of Biostatistics office: M1B20 | Harvard School of Public Health email: rgentlem@jimmy.dfci.harvard.edu | +--------------------------------------------------------------------- ------+
ADD COMMENT
0
Entering edit mode
@joshua-betcher-19
Last seen 9.6 years ago
The problem lies with the use of the "layout" function within maDiagnPlots1. Hopefully this will get fixed eventually. Josh ----- Original Message ----- From: "Peter Baker (CMIS, Indooroopilly)" <peter.baker@csiro.au> To: "Bioconductor Mailing List" <bioconductor@stat.math.ethz.ch> Sent: Wednesday, July 31, 2002 5:19 AM Subject: [BioC] problem in diagnostic plots? > Hi All > > I've just started using Bioconductor and seems really good. > > As a test, I've read in two GenePix files - essentially the same code > as ReadSpot example and seem to be able to plot, print, normalise .... > > The only problem I've encountered is > > > maDiagnPlots1(test[,2]) > Error in plot.new() : Figure margins too large > > maRawPlots(test[,2]) > Error in plot.new() : Figure margins too large > > maNormPlots(test[,2]) > Error in maMloc(structure(list(), maRf = structure(c(4109, 771, 3073, : > No direct or inherited method for function "maMloc" for this call > > I get the first plot only - seems to stop at the second > > Does anyone recognise this sort of problem? > > Could it be missing values? Do I need to filter these in some way > before plotting? The arrays have row 10 of each 'block' empty > > ------------------------------------------------ > > However, plots like these work absolutely fine > > ### backgrounds > maImage(test[,1], x = "maGb", contour=TRUE) > maImage(test[,1], x = "maRb", contour=TRUE) > > ### raw images > maImage(test[,1]) > > > version > _ > platform i686-pc-linux-gnu > arch i686 > os linux-gnu > system i686, linux-gnu > status > major 1 > minor 5.1 > year 2002 > month 06 > day 17 > language R > > > Sys.info() > sysname release > "Linux" "2.4.18-5smp" > (RedHat linux 7.3) > > Thanks for your help > > Regards > Peter > > > -- > Dr Peter Baker, Statistician (Bioinformatics/Genetics), > CSIRO Mathematical & Information Sciences, > 120 Meiers Rd, INDOOROOPILLY, QLD 4068. Australia. > Email: <peter.baker@csiro.au> > WWW: http://www.cmis.csiro.au/Peter.Baker/ > Phone:+61 7 3214 2210 Fax:+61 7 3214 2881 > > > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >
ADD COMMENT
0
Entering edit mode
Yes, the problem is with how we set widths and heights in the layout function. Some combinations work on some computers but not others. We will try to sort this out. Sandrine On Wed, 31 Jul 2002, Joshua Betcher wrote: > The problem lies with the use of the "layout" function within maDiagnPlots1. > Hopefully this will get fixed eventually. > > Josh > ----- Original Message ----- > From: "Peter Baker (CMIS, Indooroopilly)" <peter.baker@csiro.au> > To: "Bioconductor Mailing List" <bioconductor@stat.math.ethz.ch> > Sent: Wednesday, July 31, 2002 5:19 AM > Subject: [BioC] problem in diagnostic plots? > > > > Hi All > > > > I've just started using Bioconductor and seems really good. > > > > As a test, I've read in two GenePix files - essentially the same code > > as ReadSpot example and seem to be able to plot, print, normalise .... > > > > The only problem I've encountered is > > > > > maDiagnPlots1(test[,2]) > > Error in plot.new() : Figure margins too large > > > maRawPlots(test[,2]) > > Error in plot.new() : Figure margins too large > > > maNormPlots(test[,2]) > > Error in maMloc(structure(list(), maRf = structure(c(4109, 771, 3073, : > > No direct or inherited method for function "maMloc" for this call > > > > I get the first plot only - seems to stop at the second > > > > Does anyone recognise this sort of problem? > > > > Could it be missing values? Do I need to filter these in some way > > before plotting? The arrays have row 10 of each 'block' empty > > > > ------------------------------------------------ > > > > However, plots like these work absolutely fine > > > > ### backgrounds > > maImage(test[,1], x = "maGb", contour=TRUE) > > maImage(test[,1], x = "maRb", contour=TRUE) > > > > ### raw images > > maImage(test[,1]) > > > > > version > > _ > > platform i686-pc-linux-gnu > > arch i686 > > os linux-gnu > > system i686, linux-gnu > > status > > major 1 > > minor 5.1 > > year 2002 > > month 06 > > day 17 > > language R > > > > > Sys.info() > > sysname release > > "Linux" "2.4.18-5smp" > > (RedHat linux 7.3) > > > > Thanks for your help > > > > Regards > > Peter > > > > > > -- > > Dr Peter Baker, Statistician (Bioinformatics/Genetics), > > CSIRO Mathematical & Information Sciences, > > 120 Meiers Rd, INDOOROOPILLY, QLD 4068. Australia. > > Email: <peter.baker@csiro.au> > > WWW: http://www.cmis.csiro.au/Peter.Baker/ > > Phone:+61 7 3214 2210 Fax:+61 7 3214 2881 > > > > > > > > _______________________________________________ > > Bioconductor mailing list > > Bioconductor@stat.math.ethz.ch > > http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor > > > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >
ADD REPLY

Login before adding your answer.

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