Skip to content

generics candidates around image/spatial data #24

@HelenaLC

Description

@HelenaLC

Noting down cases we encountered... all open to discussion/suggestions!

  • base::data(...)
    • dispatch on ellipsis is problematic
    • SpatialData sets \(x, ...) generic at the moment
  • base::scale(x, scale=TRUE, center=TRUE)
    • missing ellipsis/does not allow for other arguments
    • SpatialData sets \(x, ...) generic at the moment
  • base::labels(object, ...)
    • SpatialData sets \(x, ...) generic at the moment
    • but \(object, ...) could probably be used instead
  • base::sequence(nvec, ...)
    • not sure sure about this one...
    • SpatialData sets \(x, ...) generic at the moment
  • base::transform('_data', ...)
    • also S4Vectors::transform('_data', ...)
    • also used by SpatialData
  • EBImage::image(x, ...) (generic)
    • perhaps of general interest for its simplicity
    • SpatialData sets \(x, ...) generic at the moment
  • EBImage::rotate(x, angle, ...) (function)
    • SpatialData sets \(x, ...) generic at the moment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions