is_gene_membrane.Rd
returns a logical vector indicating wether there is a GO annotation corresponding to *integral component of membrane*. the species to be queried can be changed by using the corresponging database.
is_gene_membrane( gene_symbols, db = org.Hs.eg.db::org.Hs.eg.db, evidence_codes = c("EXP", "IDA", "IPI", "IMP", "IGI") )
gene_symbols | a character vector of gene symbols. zb: CD1A |
---|---|
db | a database that inherits the select property. defaults to org.Hs.eg.db |
evidence_codes | the evidence codes that will be considered for the annotation. if set to null will return all annotations. defaults to c("EXP", "IDA", "IPI", "IMP", "IGI") |
logical vector indicating which gene_symbols match the criteria.
Can also filter the annotations by the level of annotation desired. For additional information on the accepted annotation codes please visit http://geneontology.org/docs/guide-go-evidence-codes/
#> [1] TRUE FALSE# [1] TRUE FALSE