[BioC] eset -Affy Mouse Gene 1.0 ST. Array-

James W. MacDonald jmacdon at uw.edu
Thu May 10 15:20:13 CEST 2012


Hi Alessandro,

On 5/10/2012 6:39 AM, alessandro brozzi wrote:
> hi all,
> I'm working on Affy Mouse Gene 1.0 ST. Array.
>
> If I do:
>
> rawData = ReadAffy()
> eset = rma(rawData)
>
> I end up with 34760 Features which correspond to transcript_cluster_id.
> Each transcript_cluster_id is formed by several probe_ids
>
> How can I make an eset with the probe_id levels not summarized in
> transcript_cluster
> s?

Don't use the affy package.

library(oligo)
rawData <- read.celfiles(list.celfiles())
eset <- rma(rawData, target = "probeset")

This will summarize at the probeset level, which is roughly the exon 
level (some probesets span multiple exons).

Best,

Jim


>
> thanks in advance,
> Alex
> *
> -----------------------------
> Alessandro Brozzi, PhD
> Department of Mathematics
> University of Perugia,
> Via Vanvitelli 1, 06123 Perugia, Italy
> tel: + 39 075 585 5039
> fax: **+ 39 075 585 5024
> *
>
> 	[[alternative HTML version deleted]]
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at r-project.org
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor

-- 
James W. MacDonald, M.S.
Biostatistician
University of Washington
Environmental and Occupational Health Sciences
4225 Roosevelt Way NE, # 100
Seattle WA 98105-6099



More information about the Bioconductor mailing list