[BioC] ReadAffy and hist() labels

Seth Falcon sfalcon at fhcrc.org
Tue Mar 8 18:44:46 CET 2005


Hi Hrishi,

Hrishikesh Deshmukh <d_hrishikesh at yahoo.com> writes:
>> boxplot(Data,xlab=sampleNames)
> Error in title(main = "", xlab = function (object)  : 
>         cannot coerce type closure to character vector

Just based on the error message, it looks like sampleNames is a
function, not a character vector (which is what xlab wants).  Try
reading help on sampleNames.

+ seth



More information about the Bioconductor mailing list