Skip to content

base::cbind() #116

@multimeric

Description

@multimeric

When x is an HDF5Matrix, but I haven't attached any BioC packages, I get:

> cbind(x, x)
Error: unable to find an inherited method for functionbindCOLSfor signaturex = "HDF5Matrix"

Seemingly, this is because DelayedArray only implements BiocGenerics::cbind and not base::cbind (no idea how that's even possible though), so calling it directly does work: BiocGenerics::cbind(x, x). library(DelayedArray), which is the more typical way to use this, also works because it overrides base::cbind with BiocGenerics::cbind.

Is there any reason why base::cbind() isn't implemented?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions