PARC icon indicating copy to clipboard operation
PARC copied to clipboard

Results 12 PARC issues
Sort by recently updated
recently updated
newest added

# Description The function `simplicial_set_embedding` from the [UMAP repository](https://github.com/lmcinnes/umap/blob/master/umap/umap_.py) has changed the required arguments, and so the PARC function `run_umap_hnsw` no longer works. See [Issue #25](https://github.com/ShobiStassen/PARC/issues/25). In this PR, I...

## Version Information ``` Python 3.10 MacOSx ``` ## Error When calling `run_umap_hnsw` in the example in the `README`, I get the following error: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent...

The comparison of cluster size on lines 232 and 256 in _parc.py, I think, should be to self.small_pop instead of the hard-coded value of 10

Hey, I was wondering if the import of `umap` in line 8 of `_parc.py` is necessary, cause it slows down the import of PARC and the only function using `umap`...

Thank you for this excellent tool! We are attempting to generate many more clusters than achieved with default parameters. The application is AML-MRD detection by flow cytometry. So far very...

Hi, Thank you so much for the excellent package! I have managed to get your code working in RStudio (using reticulate) on my new macbook Pro M1 Max 64 GB...

Hi, I am trying to use PARC for Flow Cytometry and I want to identify Plasma cells which is usually done by manually gating on CD38 and CD138. The gate...

Hi, Great package! I am trying to run PARC's UMAP implementation but I receive the following error: ![image](https://user-images.githubusercontent.com/46010245/121109852-3105a080-c7c1-11eb-975f-a4a51f9f7de8.png) It appears that this issue has popped up here: https://github.com/theislab/scanpy/issues/1579 I tried...

Hi, I am interested in testing the PARC in more datasets. I am wondering what is the source of the true labels? do you use the labels provided by the...

Very interesting work, I was thinking to include this method in my cytometry pipeline (it will be released soon). Are you planning a release fo R?