Skip to content

Commit 712ebe4

Browse files
Update README.md
1 parent e75e6c1 commit 712ebe4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Will install the tool to the default program install directory in your OS. A cus
2323

2424
## Main Functions
2525

26+
### Notes
27+
28+
There are some differences between this one and the R version. Mainly, the R version will throw an error if a categorical has too many categories, or a dimensionality reduction isn't 2 x n_cells. Here, these are dropped with a warning. Enabling the strict parameter will mimic R's behavior.
29+
2630
### `create_loupe_from_anndata(anndata, output_cloupe="cloupe.cloupe", layer=None, ...)`
2731

2832
Creates a Loupe Browser compatible `.cloupe` file from an `AnnData` object.

0 commit comments

Comments
 (0)