Skip to content

Commit

Permalink
Update Methylation_Fig4a.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgalbraith21 authored Feb 27, 2024
1 parent 61f40cc commit a0ca315
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Figures/Methylation/Methylation_Fig4a.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"# title: Codes to generate methylation plots\n",
"# author: Andrew Galbraith\n",
"# Modules to import\n",
"# Modules to import - get rid of any not used - add to dockfile in github\n",
"import pandas as pd\n",
"import scipy\n",
"import datashader as ds\n",
"from datashader.mpl_ext import dsshow\n",
"import scipy.stats\n",
"import matplotlib.pyplot as plt\n",
"from matplotlib.colors import LinearSegmentedColormap\n"
"from matplotlib.colors import LinearSegmentedColormap\n",
"import ssl\n",
"from urllib.request import urlopen\n"
]
},
{
Expand Down

0 comments on commit a0ca315

Please sign in to comment.