Writing own package description.
2
0
Entering edit mode
@textoris-julien-1412
Last seen 9.6 years ago
Hi, i've learn through the many tutorials and courses available on the net (thanks to everybody for that, it's wonderfull), and i really like working with bioc. I work in a lab where we use a cDNA, home made chip. I was wondering how i could write a package for R to describe this particular chip, and use all the possibility of bioconductor with it, because all that i learned with tutorials was with affy chips. I've read some documents but i'm still a bit confused about that. The exprset structure is for data, isn't it ? So in it, i'll put results from my experiments, and also phenoData. But i also need to describe which probe correspond to which gene ? no ? How could i start ? thanks for your answers. Julien Textoris
probe affy probe affy • 760 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 2 hours ago
United States
TEXTORIS Julien wrote: > Hi, > > i've learn through the many tutorials and courses available on the net > (thanks to everybody for that, it's wonderfull), and i really like > working with bioc. > > I work in a lab where we use a cDNA, home made chip. I was wondering how > i could write a package for R to describe this particular chip, and use > all the possibility of bioconductor with it, because all that i learned > with tutorials was with affy chips. I am not sure you need to write a package for any of this. There are already packages in BioC that are designed to normalize (marray, limma) and make comparisons (limma, multtest, factDesign) using cDNA arrays. I suppose there may be some functionality you might like that is not implemented in these packages, but I would recommend starting with the existing packages. IIRC, all of these packages have vignettes, so that would probably be the best place to start. Best, Jim > > I've read some documents but i'm still a bit confused about that. > The exprset structure is for data, isn't it ? So in it, i'll put results > from my experiments, and also phenoData. But i also need to describe > which probe correspond to which gene ? no ? > > > How could i start ? > > thanks for your answers. > > Julien Textoris > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor -- James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109 734-647-5623
ADD COMMENT
0
Entering edit mode
On 9/7/05 8:54 AM, "James W. MacDonald" <jmacdon at="" med.umich.edu=""> wrote: > TEXTORIS Julien wrote: >> Hi, >> >> i've learn through the many tutorials and courses available on the net >> (thanks to everybody for that, it's wonderfull), and i really like >> working with bioc. >> >> I work in a lab where we use a cDNA, home made chip. I was wondering how >> i could write a package for R to describe this particular chip, and use >> all the possibility of bioconductor with it, because all that i learned >> with tutorials was with affy chips. > > I am not sure you need to write a package for any of this. There are > already packages in BioC that are designed to normalize (marray, limma) > and make comparisons (limma, multtest, factDesign) using cDNA arrays. > > I suppose there may be some functionality you might like that is not > implemented in these packages, but I would recommend starting with the > existing packages. IIRC, all of these packages have vignettes, so that > would probably be the best place to start. We also use custom arrays. It suffices to write a little function to load the data into the data structures provided by one of the "major players" like limma or marray. Then, all of the tools associated with those packages are available. The other package to look into, if you are really bioconductor- centric, is AnnBuilder which allows you to build an annotation package for your array. Sean
ADD REPLY
0
Entering edit mode
@judith-offman-1413
Last seen 9.6 years ago
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20050907/ f4867df2/attachment.pl
ADD COMMENT
0
Entering edit mode
Judith Offman wrote: > Hi, > > I have also only just started using bioc and I would be very > interested in doing some of the tutorials you mentioned, especially > the ones for affy data, as I am using these chips. > Where can I find these tutorials? Most are here: http://www.bioconductor.org/workshops/ You might also want to start with the vignettes, which can be accesssed by typing openVignette() after loading e.g., the affy package. You can also step through the code in a vignette by loading the tkWidgets package and then typing vExplorer() at an R prompt. Alternatively, you can browse the vignettes here: http://www.bioconductor.org/docs/vignettes.html Best, Jim > > Thanks for your help, > Judith -- James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109 734-647-5623
ADD REPLY

Login before adding your answer.

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