Skip to content

Python-based utilities for data analysis authored by a computational biologist.

License

Notifications You must be signed in to change notification settings

agartland/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 20, 2024
79abfad · Mar 20, 2024
Jan 23, 2018
Sep 30, 2021
Sep 12, 2018
Feb 20, 2015
Feb 20, 2015
May 17, 2018
Aug 21, 2019
Sep 30, 2019
Jun 20, 2018
May 25, 2017
May 25, 2017
Aug 28, 2020
Aug 28, 2020
May 3, 2022
Jun 6, 2019
May 25, 2017
Jan 2, 2020
Aug 23, 2019
Mar 30, 2020
Sep 12, 2018
Apr 30, 2020
Jan 10, 2024
Sep 30, 2021
Nov 18, 2023
Nov 18, 2023
Nov 18, 2023
Nov 18, 2023
Aug 28, 2020
May 25, 2017
Dec 14, 2022
Sep 30, 2021
Jan 23, 2019
May 3, 2022
Mar 1, 2018
May 25, 2017
May 25, 2017
Oct 19, 2020
Nov 16, 2018
Jul 12, 2019
May 25, 2017
Aug 18, 2020
May 25, 2017
Apr 7, 2016
Jan 24, 2019
Jun 24, 2019
Mar 9, 2018
Sep 30, 2021
May 25, 2017
Jan 7, 2019
Dec 12, 2018
Feb 1, 2017
Sep 12, 2018
Jul 20, 2020
May 3, 2022
Mar 1, 2018
Mar 20, 2024
May 26, 2017
Oct 31, 2019
Dec 14, 2022
May 3, 2022
Jun 2, 2017
May 25, 2017
Aug 31, 2023
Sep 3, 2020
May 25, 2017
Oct 1, 2018
Apr 30, 2019
Nov 21, 2018
Mar 8, 2018
May 25, 2017
Jun 5, 2019
Sep 30, 2021
Dec 14, 2022
May 25, 2017
Aug 28, 2020
May 25, 2017
Sep 30, 2021
May 3, 2022
Nov 18, 2023
Jan 20, 2023
Dec 14, 2022
Dec 14, 2022
Mar 1, 2018
May 25, 2017
May 25, 2017
May 25, 2017
Jun 2, 2020
Sep 30, 2021
May 3, 2022
Oct 15, 2019
May 25, 2017
Jan 23, 2018
May 3, 2022
Sep 30, 2021
Jan 20, 2020
Nov 18, 2023

Repository files navigation

#utils #Python utilities from a computational biologist A repository of code that I hope will be generally useful to data scientists. All comments, suggestions and pull requests are welcome!

I work almost entirely in an interactive IPython --pylab environment. Although I have tried to make all imports explicit in this code, it may be dependent on imports made by the --pylab option (similar to %pylab magic):

import numpy
import matplotlib
from matplotlib import pylab, mlab, pyplot
np = numpy
plt = pyplot

from IPython.display import display
from IPython.core.pylabtools import figsize, getfigs

from pylab import *
from numpy import *

In addition I may assume the following imports (but again, I try not to):

from __future__ import division
import pandas as pd
from scipy import stats

##License

All source code in this repository is freely available under an MIT license, unless otherwise noted within a file.

The MIT License (MIT)

Copyright (c) 2014 Andrew Gartland

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Python-based utilities for data analysis authored by a computational biologist.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published