Skip to content

Problem with the filtered number of barcodes in the multigedi_make_gene function #1

@Arshammik

Description

@Arshammik

We need to fix the number of cells that we use as the internal white list presented in
/Solo.out/GeneFull/filtered

the test has shown that the numbers of barcodes in m1 and gene expression are not compatible. The problem might comes from this part:

    # Define paths
    expression_matrix_dir <- paste0(data_dir, "/matrix.mtx")
    expression_barcodes_dir <- paste0(data_dir, "/barcodes.tsv")
    expression_features_dir <- paste0(data_dir, "/features.tsv")
    filtered_barcodes_dir <- paste0(expression_dir, "../GeneFull/filtered/barcodes.tsv")  # For barcode filtration

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions