Skip to content

Commit

Permalink
deploy: b428c2a
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed May 29, 2024
1 parent be1509b commit e45eed1
Show file tree
Hide file tree
Showing 16 changed files with 554 additions and 107 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/scripts/0_Tutorial.doctree
Binary file not shown.
Binary file modified .doctrees/scripts/1_Data_obtention.doctree
Binary file not shown.
Binary file modified .doctrees/scripts/2_Run_CLASTER.doctree
Binary file not shown.
Binary file modified .doctrees/scripts/2b_Run_HyenaDNA_and_Enformer.doctree
Binary file not shown.
Binary file modified .doctrees/scripts/3_Data_analysis.doctree
Binary file not shown.
60 changes: 48 additions & 12 deletions _sources/scripts/0_Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [],
"source": [
"# Import the required packages\n",
Expand Down Expand Up @@ -118,7 +122,11 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [],
"source": [
"def visualize_input_array(a,\n",
Expand Down Expand Up @@ -246,7 +254,12 @@
{
"cell_type": "code",
"execution_count": 59,
"metadata": {},
"metadata": {
"lines_to_next_cell": 2,
"tags": [
"hide-input"
]
},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -309,7 +322,7 @@
" scaling_factor,\n",
" track_dict)\n",
" fig.show()\n",
" plot_microc_original_and_rotated(pathlist, num_bins, window_of_observation, name=f\"{sample_name}_{orientation}.npy\")\n"
" plot_microc_original_and_rotated(pathlist, num_bins, window_of_observation, name=f\"{sample_name}_{orientation}.npy\")"
]
},
{
Expand All @@ -327,7 +340,11 @@
{
"cell_type": "code",
"execution_count": 60,
"metadata": {},
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -762,7 +779,11 @@
{
"cell_type": "code",
"execution_count": 64,
"metadata": {},
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -844,7 +865,11 @@
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [],
"source": [
"# Create folder to store configuration files\n",
Expand Down Expand Up @@ -1430,7 +1455,11 @@
{
"cell_type": "code",
"execution_count": 22,
"metadata": {},
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [],
"source": [
"#### Functions:\n",
Expand Down Expand Up @@ -1541,7 +1570,7 @@
" fig.legend(bbox_to_anchor=(.48,.8), fancybox=True, shadow=False, fontsize=7)\n",
"\n",
" return fig\n",
" "
" \n"
]
},
{
Expand All @@ -1555,7 +1584,12 @@
{
"cell_type": "code",
"execution_count": 23,
"metadata": {},
"metadata": {
"lines_to_next_cell": 2,
"tags": [
"hide-input"
]
},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -1597,7 +1631,7 @@
" line_a = actual.loc[f\"{sample_name}_forward\"].values\n",
"\n",
" fig = plot_target_predictions(line_p, line_a)\n",
" fig.show()\n"
" fig.show()"
]
},
{
Expand All @@ -1620,6 +1654,9 @@
}
],
"metadata": {
"jupytext": {
"formats": "ipynb,py:percent"
},
"kernelspec": {
"display_name": "Python 3.11.9 ('claster_env_tutorial')",
"language": "python",
Expand All @@ -1637,7 +1674,6 @@
"pygments_lexer": "ipython3",
"version": "3.undefined.undefined"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "12187645b0fe86aeeeb7c7a27e94503590520c2ee4730b6cfd81a67885c82988"
Expand Down
Loading

0 comments on commit e45eed1

Please sign in to comment.