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?