findGeneByCompartmentPaperCnt | R Documentation |
Get gene table and paper count for genes mentioned cnt
or more times in different compartment-paper pairs.
findGeneByCompartmentPaperCnt(cnt = 1)
cnt |
minimal number of times mentioned gene |
data.frame
with 9 columns: 8 specified in
getGenesByID
and Npmid
column for the paper
count.
getGenesByID
Other Gene functions:
findGeneByPaperCnt()
,
findGeneByPapers()
,
findGenesByEntrez()
,
findGenesByName()
,
getAllGenes4Compartment()
,
getGenes4Compartment()
,
getGenesByID()
cntT <- findGeneByPaperCnt(47)
head(cntT)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.