Skip to content

Instantly share code, notes, and snippets.

View neksa's full-sized avatar

Alexander Goncearenco neksa

View GitHub Profile
@neksa
neksa / Mahalanobis_Outliers.ipynb
Created June 8, 2016 21:43 — forked from kevindavenport/Mahalanobis_Outliers.ipynb
An IPython notebook created for my blog post on http://kldavenport.com about the Mahalanobis Distance function and outlier detection.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@neksa
neksa / chr_rs_acc_via_eutils.py
Created April 25, 2017 20:53 — forked from eweitz/chr_rs_acc_via_eutils.py
NCBI EUtils demo: get a chromosome's RefSeq accession given its name and assembly
'''
This simple script shows how to use NCBI E-Utilies to get a chromosome's
RefSeq accession given the chromosome's name and its genome assembly.
Example:
$ python3 chr_rs_acc_via_eutils.py
RefSeq accession for chromosome 6 on genome assembly GRCh38 (GCF_000001405.26):
NC_000006.12
'''