Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srivarra authored Dec 14, 2024
1 parent a482da8 commit e506d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import annsel as an
adata= an.datasets.leukemic_bone_marrow_dataset()
adata.an.filter(an.var(["feature_type"]).is_in(["protein_coding", "lncRNA"]), copy=True)
adata.an.filter(an.var_col(["feature_type"]).is_in(["protein_coding", "lncRNA"]), copy=True)
```

Expand Down

0 comments on commit e506d91

Please sign in to comment.