This repository was archived by the owner on Oct 16, 2025. It is now read-only.
Open
Conversation
README fixes
* bayesian_modalities: (78 commits) Add flag to py.test to show top 20 tests with the longest durations fix test_logsumexp test add uniform at _logsumexp step change example for plot_event_modality_estimation make font size smaller, add renamed to fig text Add plot example for plot_event_modality_estimation turn on grid for ax_bayesfactor add phantom text for xlabel add xlabel to loglik for padding, change xticks of violin, smaller font for figtext add event ID using figtext which won't resize the axes Add renamed event id to event estimation plot move xlabel to loglik, fix formatting dropna for seaborn violinplot fix logsumexps fix reference to modality_colors add modality_colors to argument add plot_modalities_lavalamps to gallery fix call to modality_visualizer.event_estimation add plot_event_modality_estimation to show logliks and bayes factors for a modality Add feature_ids to plot_modalities_lavalamps, and docstring ...
* 'master' of github.com:YeoLab/flotilla: Add comment about readme badge in doc/releases/v0.2.5.txt Fix build badge for Travis-CI added feature standardization to cluster plot by default added feature standardization to cluster plot by default remove references to local server changed to s3 destination for metadata fixed feature_renamer for strings
…cingData._subset_and_standardize so it's accessible to all functions which require standardized data
…rdize does a cosine transform
…tures/samples with at least 10 observations
…it messes up "make lint")
…-line summary, then a longer summary beneath. And change language of boolean from "whether or not" to "If True, .."
Flexible plotting with many samples
* decomposition_heatmap_pcs: (31 commits) Add release notes pep8 fixes Add a feature renamer if there wasn't one Actually test if things were plotted to the axes add release notes pep8+docstrings Add docstring for plot Fix pep8, add docstring Add release notes Despine only the scatter and line plots, not the the heatmap add colorbar label shrink yticklabels down to 11 pt font shrink yticklabels of PC heatmap down to 12 (from 13) revert back to when figure was "good enough" Add another column to gridspec, remove ax_empty increase wspace, hspace, actually get yticklabels make yticklabels of heatmap smaller change wspace and hspace to 0 make explained variance ratio graph shorter fix ax pcs colorbar ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix saving markers from metadata
Check for code coverage. To run code coverage on only the file you changed,
for example
flotilla/compute/splicing.py, use this command:py.test --cov flotilla/compute/splicing.py --cov-report term-missing flotilla/test/compute/test_splicing.pywhich will show you which lines aren't covered by the tests.
numpydoc
style docstrings?
examples/, and is that notebook added todoc/tutorial.rst?.pyfilein
examples/?make pep8andmake lintoutputchanges were made?