Skip to content

Avoid dense matrices #3

@stephens999

Description

@stephens999

fit.cov <- flash_init(dat, var_type = 0) %>%

To avoid forming YY' should we not run flashier with data = list(u=Y, d=diag(ncol(Y)), v=Y)
If Y is sparse then this could be much faster?
(Maybe for the example we looked at they are not big enough for this to be an issue? But
some single cell datasets surely will be?)

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