Skip to content

pch_fit_list[[1]] : subscript out of bounds #9

@GreenGilad

Description

@GreenGilad

I am trying out the package and running into some trouble. After setting up as described in readme(and making sure the right condaenv is loaded), I am trying to run the fit_pch_bootstrap function and getting the error in the title.

I'm am running the code as follows:

library(ParetoTI)
reticulate::use_condaenv("reticulate_PCHA", conda = "auto", required = TRUE)
arc = fit_pch_bootstrap(t(obj@reductions$pca@cell.embeddings), n = 200, sample_prop = 0.75, seed = 235,
                                         noc = 4, delta = 0, conv_crit = 1e-04, type = "s")

I saw this happened also in a previous issue (#4) but there isn't a solution for this problem there (I am already running with type="s")

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