Annotating gene function categorisation in r
1
0
Entering edit mode
8 months ago
The_PyPanda ▴ 10

Hi

I have generated a list of filtered gene symbol ids. However I would now like to list the functional category of each gene.

So my current gene list looks like

IDH1
IDH2
AKT1
ATM
ATP50
NCOR
ABC

I would like to be able to convert this into something along the lines of:

GeneSymbol       Category
IDH1                      Cell Cycle
IDH2                      Apoptosis
AKT1                     Cellular signalling

Is there a tool in r that can do this?

gene r • 507 views
ADD COMMENT
1
Entering edit mode
8 months ago
ATpoint 82k

See https://reactome.org/download-data and use the Reactome Pathways Gene Set. You can easily read that into R with fgsea::fgsea::gmtPathways(). Then simply intersect the genes with this resource. Note that for many genes there is not a single but many intersecting terms.

ADD COMMENT

Login before adding your answer.

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