Skip to content

Error in fit$ridge_penalty #14

@BiotechPedro

Description

@BiotechPedro

Hello again :D

I am getting an error when running test_de(). It is the following one: Error in fit$ridge_penalty : Illegal name after '$' sign: ridge_penalty. Do you have any idea on how to debug it?

The code I am running is the following:

matrix <- assay(sce, "counts")
logmatrix <- shifted_log_transform(matrix)
matrix <- matrix[hvg, ]
logmatrix <- logmatrix[hvg, ]
sce <- SingleCellExperiment(assays = list(counts = matrix, logcounts = logmatrix))
sce$condition <- condition
sce$sample <- sample
fit <- lemur(sce, design = ~ sample + condition, n_embedding = 20, test_fraction = 0.25)
fit <- test_de(fit, contrast = cond(condition = "cond2") - cond(condition = "cond1"))

I've tried with both the BiocManager version 3.18 and with the GitHub devel installation (version 1.1.9).

Best,

Pedro

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