Hi, after an RNASeq analysis using Limma I obtained a table full of genes by using the topTable() function. So I have a csv, comma separated, formed by GENEID(ensemble), ENTREZID, SYMBOL, logFC, AveExpr, t, P.Value, adj.P.Val, z.std.
Is there a way to search the most significant genes associated to a specific disease mentioned in some papers? Because for e.g. the top 5 genes are not mentioned in any paper to be related to some diseases. The table is formed by 40000 genes, so searching them on the google scholar is very complicated.
Any suggestions?