Skip to content

it seems a bug of trainModel.R #21

@ATPs

Description

@ATPs

if(!is(object, "Seurat") | is(object, "scPred")){

if(!is(object, "Seurat") | is(object, "scPred")){

should be

if(!(is(object, "Seurat") | is(object, "scPred"))){

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