-
Notifications
You must be signed in to change notification settings - Fork 25
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
Update violinplots to work with seaborn 0.6 #317
Open
olgabot
wants to merge
2,159
commits into
master
Choose a base branch
from
violinplot_seaborn0.6
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Gene ontology
* 'master' of github.com:YeoLab/flotilla: (31 commits) Add GO to release notes fix bug addded while linting fix pep8 remove plot_study_sample_legend because it's unused Fix lint errors because pyflakes got majorly strict remove go.py (replaced with the data model) Fix tests and add more for a total of 98% coverage! add example gene ontology data Add tests for gene ontology data Sort dataframe by p value Make GeneOntologyData accessible from base flotilla also check that features of interest overlap with GO term make sure provided domains are converted to frozenset, and fix logic for checking domain of GO term access 0th value because 0th item by series may not be valid better error message also say error for why species data wasn't loaded df.empty is attribute, not method make sure to create defaultdict properly Add go term domains and name to growing defaultdict, and return None if no GO categories were enriched stdout --> warnings ...
…ddifferent than 1, and make bimodal an exponential prior
Save GeneOntology data
By default, rasterize the lavalamp plot
- Estimate Psi~{0,1} first, then bimodal and middle - "uniform" --> "ambiguous" - "excluded"/"included"--> "Psi~0"/"Psi~1"
Stepwise modalities
…ug for NMF space labeling
…ug for NMF space labeling
* origin/splicing_min20: fix tests for splicing modalities and NMF space use n=20 as default instead of n=0.5 change number of samples to 50 for splicing testing update all NMF and modality calculations to require 20 samples, fix bug for NMF space labeling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This allows for use of
stripplot
, which will plot individual observations in addition to the violins, like this;Check for code coverage. To run code coverage on only the file you changed,
for example
flotilla/compute/splicing.py
, use this command:coverage run --source flotilla --omit=test --module py.test flotilla/test/compute/test_splicing.py
which will show you which lines aren't covered by the tests.
numpydoc
style docstrings?
examples/
, and is that notebook added todoc/tutorial.rst
?.py
filein
examples/
?make lint
.changes were made?