View source: R/AnnoFunctions.R
getAnnoGenes | R Documentation |
Subset and extract genes from ChIPseeker annotations
getAnnoGenes(anno, feature = "all", unique = T, geneCol = "SYMBOL")
anno |
ChIPseeker annotation (csAnno) object |
feature |
string indicating the genomic features to subset e.g. "promoter", "intergenic". Default is "all" and will not subset features. |
unique |
Boolean indicating if only unique genes should be returned. Default is TRUE. |
geneCol |
string indicating the column name in anno@anno containing the gene identifiers to be returned. Default is "SYMBOL" for gene symbols. |
Character vector of gene IDs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.