[BioC] ReadAffy and hist() labels
Adaikalavan Ramasamy
ramasamy at cancer.org.uk
Tue Mar 8 04:13:23 CET 2005
[Please press REPLY ALL next time as this is a discussion list and
others may have some other useful information to tell you]
Do you mean ReadAffy ( R is case sensitive ) ?
raw <- ReadAffy() # reads all the CEL files in the working directory
hist(raw, xlab="lala", ylab="tralalalalala")
Should do the trick.
Regards, Adai
On Mon, 2005-03-07 at 19:05 -0800, Hrishikesh Deshmukh wrote:
> Hi,
>
> I want to read in 17 affy cel files and then
> Data<-readaffy()
> hist(Data, what should be the arguments...here so that
> i can plot the file names)
>
> Also boxplot(Data....arguments here so that file names
> can be displayed..)
>
> Hiow does one read in cel files using afybatch
> commands?!
>
> Thanks,
> Hrishi
>
>
> --- Adaikalavan Ramasamy <ramasamy at cancer.org.uk>
> wrote:
> > Generally speaking, you can use the xlab and ylab
> > argument in most
> > plotting functions including hist(). See help("par")
> > for more info.
> > Example :
> >
> > plot( 1:10, xlab="A nice label for x-axis",
> > ylab="ditto for y-axis" )
> > hist( rnorm(100), xlab="Intensity values" )
> >
> > If this does not answer your question, can you
> > provide a simple example
> > to clarify your problem please.
> >
> > Regards, Adai
> >
> >
> >
> > On Mon, 2005-03-07 at 15:29 -0800, Hrishikesh
> > Deshmukh wrote:
> > > Hi All,
> > >
> > > How can i add x,y axes labels, i am using
> > ReadAffy()
> > > function. I could not find anything on the
> > searchable
> > > mailing list archive.
> > >
> > > Thanks,
> > > Hrishi
> > >
> > > _______________________________________________
> > > Bioconductor mailing list
> > > Bioconductor at stat.math.ethz.ch
> > > https://stat.ethz.ch/mailman/listinfo/bioconductor
> > >
> >
> >
>
>
>
>
> __________________________________
> Celebrate Yahoo!'s 10th Birthday!
> Yahoo! Netrospective: 100 Moments of the Web
> http://birthday.yahoo.com/netrospective/
>
More information about the Bioconductor
mailing list