Is the same probeset_id and transcript_cluster_id in HuGene-1_0-st-v1 ?
1
0
Entering edit mode
9.6 years ago
64bga • 0

Hi everybody,

I'm new in microarrays analysis and I have some HuGene-1_0-st-v1 .CEL files and when I use BioMart to convert HuGene-1_0-st-v1 probeset to Ensembl gene Id, my probeset_id's don't appear in Ensembl_gene_Id, but if I use transcript_cluster_id I get the results. For example:

Affy HuGene 1_0 st v1 probeset(But this ID is my transcript_cluster_id)     Ensembl Transcript ID
                        7896736                                                                          ENST00000598977
                        7896736                                                                          ENST00000594647

But If I introduce the "real" probeset_id I get NO DATA

I have some troubles to distinguish the information about the probeset.csv and transcript.csv to read the annotation

thanks in advance!!

probeset HuGene transcript ensembl annotation • 3.4k views
ADD COMMENT
0
Entering edit mode
9.5 years ago
cqtnljy • 0

64bga,

I suggest you use biomaRt package of R to convert HuGene-1_0-st-v1 probeset ids to Ensembl gene IDs.

source("http://bioconductor.org/biocLite.R")
biocLite('biomaRt")
library(biomaRt)
ensembl = useMart("ensembl",dataset="hsapiens_gene_ensembl")
getBM(attributes=c('affy_hugene_1_0_st_v1', 'hgnc_symbol'),filters="affy_hugene_1_0_st_v1",value="xxxx",mart=ensembl)# value:your probeset id
ADD COMMENT

Login before adding your answer.

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