Skip to content

Error when making a class inheriting from SingleClassExperiment #69

Description

@HarkiratSohi

I get the following error when I use setClass to define a class , with contains = SingleCellExperiment and when I specify a new attribute in "slot ="

Error in checkSlotAssignment(object, name, value) : assignment of an object of class "S4" is not valid for slot 'int_elementMetadata' in an object of class "SingleCellExperiment"; is(value, "DataFrame") is not TRUE

I don't get this error if I make a new class using setClass, inheriting from SummarizedExperiment.
I've searched a lot on the internet but have not been able to resolve this issue. Is this an issue specific to SingleCellExperiment? I can't quite tell. Any help would be appreciated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions