Geoff Collins
Geoff Collins
I know there is a duplicate issue, but it looks like that isn't being watched anymore and I'll add a little more detail here. Duplicate issue: https://github.com/plotly/plotly.js/issues/1321 In many bioinformatics...
It looks like a private key for plotly is hard coded in biojupies-plugins/library/core_scripts/shared/shared.py on line 43. Below is the following line of code: `py.sign_in('denis-torre', '1w2EWVWYx2Wjo9MMdKpf')` This should be converted to...
Within [this file](https://github.com/maximilianh/cellBrowser/blob/ca964f1583f751228b2ccce442e76e02846f051e/docs/load.rst), it describes the following lines of code to load the downloaded data into a scanpy object: ``` import scanpy as sc import pandas as pd ad =...