Rick Farouni

Results 6 issues of Rick Farouni

Hi, Why do I need the `.fa` file if the sequence is already is in gbff? Currently I need to unzip and convert the Genebank file before I run this...

Thanks for your great contribution. I really enjoyed reading the paper. I hope you do not mind me asking, but are there any plans for implementing the code in Pytorch?...

Hi, Can I run parmesan using Python 3.5? Although I am able to run Lasagne, I get this error when I try to run the example ``` python python examples/iw_vae.py...

Hi, On a binary matrix, the _umap_ function gives me this error ![Screenshot from 2023-08-07 14-58-07](https://github.com/jlmelville/uwot/assets/9895004/ed3fd329-aec6-41de-95f0-113930b17d00) when I set _init="pca",_ I no longer get the error. I think the bug...

Hi, When I try to compute the observational weights using by supplying a fitted model object to the zinbwave function ```zinbwave(sce10x, fitted_model = zinb, K = 0,observationalWeights = TRUE)``` I...

Hi, Is loading a sparse matrix or anndata object functionality in the works? https://anndata.readthedocs.io/en/stable/ Thanks!