Skip to content

Error in create_omics_set when features metadata has only one column #3

@oliviaAB

Description

@oliviaAB

In create_omics_set function, should replace:

samples_metadata <- samples_metadata[colnames(dataset), ]

with

samples_metadata <- samples_metadata[colnames(dataset), , drop = FALSE]

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