getGeneIdByPapers | R Documentation |
Get list of GeneIDs for genes found in specified papers
getGeneIdByPapers(pmids, cnt = 1)
pmids |
vector of PMIDs to search for genes |
cnt |
minimal number of papers that mentioned gene |
tibble wiht GeneID and Npmid columns for genes and paper count data respectively.
res<- getAllGenes4Compartment(compartmentID = 1)
gnt<-getGeneInfoByIDs(res$GeneID)
pmids<-names(sort(table(gnt$PaperPMID))[1:5])
cntT<-synaptome.db:::getGeneIdByPapers(pmids,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.