makeBar | R Documentation |
Make a barplot of word frequency from queried identifiers
makeBar(
queries,
top = 10,
keyType = "SYMBOL",
pal = NULL,
textSize = 20,
reord = TRUE,
orgDb = org.Hs.eg.db,
flip = FALSE,
grad = FALSE,
retList = FALSE,
argList = list()
)
queries |
gene IDs |
top |
how many numbers of words to be shown |
keyType |
default to SYMBOL |
pal |
palette used in barplot |
textSize |
text size in barplot |
reord |
order by frequency or not |
orgDb |
orgDb |
flip |
flip the barplot (gene name in y-axis) |
grad |
use gradient of frequency |
retList |
return result of refseq |
argList |
passed to refseq() |
The function accepts the biological entities, returns the bar plots of their frequencies in the database.
barplot of word frequency
geneList <- c("DDX41")
makeBar(geneList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.