How To Get The Probe Library From The Probeids?
1
0
Entering edit mode
10.6 years ago
lahat.albert ▴ 60

I need to get the gene library for R bioconductor. Is there a way to get the library name (like HsAgilentDesign026652) from the probe name (like A_33P3388745). My code uses both R and python so a way in either language could help.

Thank you.

python r bioconductor • 1.9k views
ADD COMMENT
1
Entering edit mode

You should go to their website and look for annotation for that specific platform.

ADD REPLY
0
Entering edit mode

I am having no trouble getting anotations in R using bioconductor, but I need the library bimap name first. I am currently using google and some detective work to find the libray name (not very automatable).

ADD REPLY
1
Entering edit mode
10.6 years ago
pld 5.1k

If you want to obtain the total probeset for the array that probe came from your best option is to obtain the annotation files from Agilents eArray utlity. I'm not sure that you can automate retrieval from this website but it is the most up to date annotation available.

If you are just interested in the transcripts these probes target, use Ensembl's microarray probeset mapping service (http://useast.ensembl.org/info/genome/microarray_probe_set_mapping.html). You can automate obtaining data from here with Python if you are familiar enough with MySQL, or using Biomart with R. The advantage here is that you will get all of the transcripts the probe targets, not just a single gene. This will provide more detailed coverage of the items targeted by that probe than gene annotations alone.

ADD COMMENT

Login before adding your answer.

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