Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kaggle examples #9

Closed
cornhundred opened this issue May 1, 2019 · 1 comment
Closed

kaggle examples #9

cornhundred opened this issue May 1, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@cornhundred
Copy link
Contributor

cornhundred commented May 1, 2019

Make kaggle examples using public 10X genomics data. The notebooks should be proof of concepts that demonstrate how we can use Clustergrammer2 to perform exploratory data analysis. They should also include static UMAP and t-SNE plots of cells and genes to highlight the relationship of a heatmap and dimensionality reduction views of data points and dimensions.

Make Seurat, Scanpy, and scVI kernels, save their outputs, and visualize them using Clustergrammer2. We can compare the clustering and cell type labels from the different methods in a summary notebook (that loads the saved data from each kernel).

scVI link: https://github.com/YosefLab/scVI/blob/master/tests/notebooks/Linearly_decoded_VAE_for_gene_interpretation.ipynb

@cornhundred cornhundred added the enhancement New feature or request label May 1, 2019
@cornhundred
Copy link
Contributor Author

cornhundred commented Jul 23, 2019

Kaggle is deprecating their pre-installation of libraries. This requires us to !pip install clustergrammer2 in the notebook, which does not update the front end (requires a page refresh to show widget). Additionally, saving widgets of moderate size fails, which requires an extra step to disable making widgets when committing. Based on this we're suspending development of examples on Kaggle for now.

We will instead focus on MyBinder and Saturn Cloud examples (https://github.com/ismms-himc/clustergrammer2/issues/22)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant