How to create gene level data from a probe level data?
0
1
Entering edit mode
2.8 years ago

Hi,

I have a probe level data with me and would like to create a gene level analysis. Suppose an array has 10 different probe sets corresponding to the same gene. In practice, what is the suitable method to assign multiple probes to a gene? Does summarizing across the 10 probes to come up with one value at the gene level or averaging by arithmetic mean over the probes to gene assignment?

Thank you,

Toufiq

R sum mean gene microarray • 1.0k views
ADD COMMENT
1
Entering edit mode

Already has been answered here by Kevin Blighe

ADD REPLY
0
Entering edit mode

Hamid Ghaedi, thank you very much.

ADD REPLY
0
Entering edit mode

I am not sure if this is "best practice" but, generally, I have been keeping all duplicate genes, and just using a function such as make.unique() to add a .# to every duplicate so for example YFG.1, YFG.2, YFG.3, ...

This way all data is kept, and, just in case, no interesting data is lost!

ADD REPLY
0
Entering edit mode

Pratik Mehta, thank you for the prompt response. But, after the probe to gene mapping, using this gene level matrix I would be mapping/merging to another third party gene annotation database. In case, If I use make.unique () then the genes renamed by a suffix (for instance YFG.1, YFG.2, YFG.3, ...) will be lost during the mapping process since the third party database would only contain gene (YFG, but not YFG.1 or YFG.2 etc). So it is important for me to include a summarized gene or averaged gene while mapping.

ADD REPLY

Login before adding your answer.

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