Skip to content

1 warning in loading data and 1 error in cell annotation #23

Description

@pywugate

Hi , I'm following the tuto and got error

counts = load_counts(sample_paths; sample_names=["P1","P2"])
┌ Warning: ID "CD34" is not unique. Use duplicate_var=x, where x is :error, :warn or :ignore to control behavior.
var_counts_fraction!(counts, "name"=>contains(r"^MT-"), "feature_type"=>isequal("Gene Expression"), "fraction_mt")
ArgumentError: duplicate rows found in right table
  • what is fraction_mt? I didn't find it in counts.obs and counts.var
    is it counts.matrix?

  • ID "CD34" is duplicate at row 2697 and 33546
    I want to remove 33546 and try, but it is immutable structure.

what can I do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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