filterGeneList | R Documentation |
Remove invalid Gene IDs from a gene list
filterGeneList(geneList)
geneList |
A list of given KEGG Gene IDs |
geneList A list of filtered valid gene IDs
Zaynab Hammoud
geneList=c("hsa:10458", "hsa:108", "hsa:111", "hsa:112", "hsa:113", "hsa:114")
filteredGeneList=filterGeneList(geneList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.