Skip to content

Instantly share code, notes, and snippets.

View rnowling's full-sized avatar

RJ Nowling rnowling

View GitHub Profile
@rnowling
rnowling / likelihood_ratio_test.py
Last active April 1, 2023 16:28
Likelihood-Ratio Test with scikit-learn and scipy
"""
Copyright 2017 Ronald J. Nowling
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
@rnowling
rnowling / binomial_test_window_analysis.py
Last active January 28, 2018 22:51
Binomial Test for Identifying Regions of Enriched Differentiation
"""
Copyright 2017 Ronald J. Nowling
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software