[BioC] biomaRt manual
Kasper Daniel Hansen
khansen at stat.Berkeley.EDU
Thu Mar 29 06:55:35 CEST 2007
As most Bioconductor packages, biomaRt comes with a vignette
(actually 2). Read it :)
To do so, you can do one of several steps
Method a)
R> vignette()
will give you a list of vignettes on your system, alternatively you
can try
R> vignette(package = "biomaRt")
Doing
R> vignette("NAME")
will open one.
Method b)
Use Biobase vignette browser:
R> library(Biobase)
R> openVignette()
This differs from vignette in
* Only vignettes from loaded packages are shown (so you need to do R>
library(biomaRt) first)
* You get a selection menu
Method c)
Download it from the package webpage on www.bioconductor.org
Kasper
On Mar 28, 2007, at 9:06 PM, Weiwei Shi wrote:
> Hi,
> I have a simple question on using biomaRt but I did not find a proper
> manual to follow.
>
> I have a list of probes with affy ids and I want to convert them into
> entrezgene id. Is there a manual or example I can follow?
>
> Thanks.
>
> --
> Weiwei Shi, Ph.D
> Research Scientist
> GeneGO, Inc.
>
> "Did you always know?"
> "No, I did not. But I believed..."
> ---Matrix III
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/
> gmane.science.biology.informatics.conductor
More information about the Bioconductor
mailing list