The annotation_table generic function retrieves the annotation table from the provided object.

annotation_table(object, ...)

Arguments

object

An object from which the annotation table will be extracted.

...

Additional arguments.

Value

Depends on the specific method implementation. Typically, it might return a dataframe or matrix containing annotation information for the object.

See also

methods for more details on S4 methods.

Author

Xiaotao Shen shenxt1990@outlook.com