[BioC] Feature intensities in affy data

Rafael A. Irizarry ririzarr at jhsph.edu
Thu Apr 24 19:59:06 MEST 2003


you can get all the pms using the method pm. for example:

Data <- ReadAffy()
pms <- pm(Data)

simliarly for mm

mms <- mm(Data)

the rownames of thes matrices will have the probe names followed by a
number telling you what probe it is in the ID.

Names <- rownames(pms)

you probably dont want the numbers so use:

Names <- probeNames(Data)

you can then create a data.frame combining these

result <- data.frame(Names,pms,mms)

this last one will be slow. 
and use the function wrtie.table to create a text file. look at the
helpfile for this function as it has many options.

hope this helps,
rafael



On Thu, 24 Apr 2003, Eric wrote:

> Hi,
> 
> In the affy package, is there a way to get all of the feature intensities
> for the entire chip output as a text file along with columns defining
> probe pair #, pm/mm, and AffyID? I'm just a biologist, so type slowly :)
> 
> -E
> 
> At 12:04 PM 4/24/2003 +0200, you wrote:
> 
>       Send Bioconductor mailing list submissions to
>               bioconductor at stat.math.ethz.ch
> 
>       To subscribe or unsubscribe via the World Wide Web, visit
>               https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor
>       or, via email, send a message with subject or body 'help' to
>               bioconductor-request at stat.math.ethz.ch
> 
>       You can reach the person managing the list at
>               bioconductor-owner at stat.math.ethz.ch
> 
>       When replying, please edit your Subject line so it is more
>       specific
>       than "Re: Contents of Bioconductor digest..."
> 
> 
>       Today's Topics:
> 
>          1. too many cel files for RMA (J?rg Mages)
> 
> 
>       ----------------------------------------------------------------------
> 
>       Message: 1
>       Date: Thu, 24 Apr 2003 11:08:08 +0200
>       From: J?rg Mages<mages at lrz.tu-muenchen.de>
>       Subject: [BioC] too many cel files for RMA
>       To: <bioconductor at stat.math.ethz.ch>
>       Message-ID: <001e01c30a41$06545d10$6db2278d at 24affy>
>       Content-Type: text/plain
> 
>       Dear All,
> 
>       I do have a problem while reading in more than 20 cel files
>       using ReadAffy(). The error message is : can´t allocate
>       vector. Can anybody help?
> 
>       Thank´s in advance
>       Joerg
> 
>               [[alternate HTML version deleted]]
> 
> 
>       ------------------------------
> 
>       _______________________________________________
>       Bioconductor mailing list
>       Bioconductor at stat.math.ethz.ch
>       https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor
> 
> 
>       End of Bioconductor Digest, Vol 2, Issue 26
>       *******************************************
> 
> Eric Blalock, PhD
> Dept Pharmacology, UKMC
> 859 323-8033
> 
> STATEMENT OF CONFIDENTIALITY
> 
> The contents of this e-mail message and any attachments are confidential
> and are intended solely for addressee. The information may also be
> legally privileged. This transmission is sent in trust, for the sole
> purpose of delivery to the intended recipient. If you have received this
> transmission in error, any use, reproduction or dissemination of this
> transmission is strictly prohibited. If you are not the intended
> recipient, please immediately notify the sender by reply e-mail or at
> (859) 323-8033 and delete this message and its attachments, if any.
>



More information about the Bioconductor mailing list