Skip to content

New exprs function in dplyr messes up the normalization.zscore function #6

@agreco92

Description

@agreco92

The dplyr package recently defined a new exprs function that masks the Biobase one, messing up the normalization step in the SINCERA pipeline.

The workaround is to manually specify
exprs=Biobase::exprs

in the code, but including the specification in the package may save some frustrating debugging to users :)

Issue with workaround: https://support.bioconductor.org/p/109128/

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