acdb.search: Match and extract attributes

Description Usage Arguments Details Value

View source: R/acdatabase_utils.R

Description

Find entries which have attributes specified in '...'. This function is same as agdb.search, and is curried to form srdb.search.

Usage

1
acdb.search(db, ..., inherit = TRUE, inherit.gene = "HA", simplify = TRUE)

Arguments

db

list: an agdb (see ?agdb)

...

attributes to match

inherit.gene

char: which gene to inherit along

simplify

bool: whether to simplify list of length 1 to list[[1]]

inherit:

bool: whether to inherit attributes from parents

Details

Attribute inheritance behavior can be set with inherit and inherit.gene (see ?ag.attribute)

Value

list


acorg/acutilsLite documentation built on Feb. 19, 2021, 4:56 p.m.