boxplot Error in Bioconductor
0
0
Entering edit mode
l154359 • 0
@l154359-22598
Last seen 4.0 years ago

Query : boxplot(split(geneExpression[which(geneAnnotation$SYMBOL=="PAXB"),], sampleInfo$group), ylab="PAXB",xlab="group")

Error: Error in plot.window(xlim = xlim, ylim = ylim, log = log, yaxs = pars$yaxs): need finite 'ylim' values

boxplot bioconductor R error • 986 views
ADD COMMENT
0
Entering edit mode

It is rather hard to try to reproduce this without knowing what and how you created geneExpression (what package did you use? - what is the class structure?) and if you are using R's default boxplot or a package specific function. It would also be helpful to have your sessionInfo( ) - Just on a guess, I would say there might be NA values that makes the ylim infinite - You might try explicitly setting a ylim value.

ADD REPLY

Login before adding your answer.

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