.gitattributes
CODE_OF_CONDUCT.md
Dockerfile.test
LICENSE
MANIFEST.in
README.rst
package.json
pytest.ini
requirements.txt
setup.py
tsconfig.json
yarn.lock
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/test.yml
cirrocumulus/__init__.py
cirrocumulus/__main__.py
cirrocumulus/abstract_backed_dataset.py
cirrocumulus/abstract_dataset.py
cirrocumulus/abstract_db.py
cirrocumulus/anndata_dataset.py
cirrocumulus/anndata_util.py
cirrocumulus/api.py
cirrocumulus/cloud_firestore_native.py
cirrocumulus/data_processing.py
cirrocumulus/dataset_api.py
cirrocumulus/de.py
cirrocumulus/diff_exp.py
cirrocumulus/dotplot_aggregator.py
cirrocumulus/embedding_aggregator.py
cirrocumulus/envir.py
cirrocumulus/feature_aggregator.py
cirrocumulus/google_auth.py
cirrocumulus/groupby.py
cirrocumulus/h5ad_dataset.py
cirrocumulus/h5ad_output.py
cirrocumulus/ids_aggregator.py
cirrocumulus/invalid_usage.py
cirrocumulus/io_util.py
cirrocumulus/job_api.py
cirrocumulus/json_io.py
cirrocumulus/jsonl_io.py
cirrocumulus/launch.py
cirrocumulus/local_db_api.py
cirrocumulus/mongo_db.py
cirrocumulus/no_auth.py
cirrocumulus/parquet_dataset.py
cirrocumulus/parquet_output.py
cirrocumulus/prepare_data.py
cirrocumulus/serve.py
cirrocumulus/seurat2h5ad.R
cirrocumulus/sparse_dataset.py
cirrocumulus/stat_util.py
cirrocumulus/tiledb_dataset.py
cirrocumulus/unique_aggregator.py
cirrocumulus/util.py
cirrocumulus/zarr_dataset.py
cirrocumulus/zarr_output.py
cirrocumulus.egg-info/PKG-INFO
cirrocumulus.egg-info/SOURCES.txt
cirrocumulus.egg-info/dependency_links.txt
cirrocumulus.egg-info/entry_points.txt
cirrocumulus.egg-info/requires.txt
cirrocumulus.egg-info/top_level.txt
cirrocumulus/client/asset-manifest.json
cirrocumulus/client/favicon.ico
cirrocumulus/client/index.html
cirrocumulus/client/manifest.json
cirrocumulus/client/privacy_policy.html
cirrocumulus/client/static/js/2.fda55e42.chunk.js
cirrocumulus/client/static/js/2.fda55e42.chunk.js.LICENSE.txt
cirrocumulus/client/static/js/2.fda55e42.chunk.js.map
cirrocumulus/client/static/js/main.43cb9484.chunk.js
cirrocumulus/client/static/js/main.43cb9484.chunk.js.LICENSE.txt
cirrocumulus/client/static/js/main.43cb9484.chunk.js.map
cirrocumulus/client/static/js/runtime-main.1e9daec4.js
cirrocumulus/client/static/js/runtime-main.1e9daec4.js.map
e2e/jest-puppeteer.config.js
e2e/jest.config.js
e2e/tests/distributions.png
e2e/tests/embeddings.js
e2e/tests/screenshots/CST3.png
e2e/tests/screenshots/CST3_filtered.png
e2e/tests/screenshots/louvain.png
public/favicon.ico
public/index.html
public/manifest.json
public/privacy_policy.html
src/App.js
src/AppHeader.js
src/AppWrapper.js
src/AutocompleteVirtualized.js
src/CanvasOverlayHd.js
src/CategoricalLegend.js
src/ChartToolbar.js
src/ChartUtil.js
src/ChiSquare.js
src/ChiSquare.test.js
src/CirroIcon.js
src/ColorSchemeLegend.js
src/ColorSchemeLegendWrapper.js
src/ColorSchemeSelector.js
src/CompositionPlot.js
src/CompositionPlots.js
src/ContinuousLegend.js
src/CustomError.js
src/DatasetSelector.js
src/DeleteDatasetDialog.js
src/DirectAccessDataset.js
src/DistributionGroup.js
src/DistributionPlots.js
src/DotPlotCanvas.js
src/DotPlotJobResultOptions.js
src/DotPlotJobResultsPanel.js
src/DotPlotTable.js
src/DraggableDivider.js
src/EditNewDatasetDialog.js
src/EditableColorScheme.js
src/EditableSizeLegend.js
src/EmbeddingChart.js
src/ExplorePanel.js
src/FisherExact.js
src/FisherExact.test.js
src/GalleryCharts.js
src/GalleryImage.js
src/HelpDialog.js
src/ImageChart.js
src/JobPanel.js
src/JobResultOptions.js
src/JobResultPanel.js
src/JobResultsSelector.js
src/LandingPage.js
src/LegendDrawer.js
src/MannWhitnetyTest.test.js
src/MannWhitneyUTest.js
src/MeasureFilter.js
src/MetaEmbedding.js
src/NumberIcon.js
src/OpenseadragonSvgOverlay.js
src/RegularizedGamma.js
src/RestDataset.js
src/RestServerApi.js
src/SaveDatasetViewDialog.js
src/SaveSetDialog.js
src/ScatterChartThree.js
src/SideBar.js
src/SizeLegend.js
src/SlicedVector.js
src/SparseVector.js
src/SparseVector.test.js
src/StaticServerApi.js
src/StreamUtil.js
src/ThreeUtil.js
src/Vector.js
src/VectorUtil.js
src/ViolinPlot.js
src/ViolinPlotOneFeature.js
src/accordion.js
src/dataset_filter.js
src/formatters.js
src/index.js
src/job_config.js
src/kde.js
src/kde.test.js
src/react-app-env.d.ts
src/util.js
src/actions/index.js
src/reducers/index.js
src/scatter-gl/constants.ts
src/scatter-gl/index.ts
src/scatter-gl/label.ts
src/scatter-gl/render.ts
src/scatter-gl/scatter_plot.ts
src/scatter-gl/scatter_plot_rectangle_selector.ts
src/scatter-gl/scatter_plot_visualizer.ts
src/scatter-gl/scatter_plot_visualizer_3d_labels.ts
src/scatter-gl/scatter_plot_visualizer_canvas_labels.ts
src/scatter-gl/scatter_plot_visualizer_sprites.ts
src/scatter-gl/scatter_plot_visualizer_svg_labels.ts
src/scatter-gl/styles.ts
src/scatter-gl/types.ts
src/scatter-gl/util.ts
tests/__init__.py
tests/conftest.py
tests/test_de.py
tests/test_embedding.py
tests/test_ids.py
tests/test_prepare_data.py
tests/test_sparse.py