Skip to content

Commit

Permalink
add notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
anabbi committed Nov 20, 2021
1 parent 9b9418e commit 938d1c0
Show file tree
Hide file tree
Showing 40 changed files with 149,380 additions and 2,615 deletions.
23 changes: 10 additions & 13 deletions notebooks/000_ESTIMATE_regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -40,7 +40,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -50,7 +50,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 4,
"metadata": {
"scrolled": true
},
Expand Down Expand Up @@ -342,7 +342,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -369,7 +369,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand All @@ -394,7 +394,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -404,7 +404,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 8,
"metadata": {
"scrolled": true
},
Expand Down Expand Up @@ -438,7 +438,7 @@
},
{
"cell_type": "code",
"execution_count": 246,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand All @@ -462,16 +462,13 @@
}
],
"source": [
"if(file.exists(paste(plotpath,\"ESTIMATE_simulation_fit.pdf\", sep = \"\"))){\n",
" message(\"file exists!\")\n",
"} else{\n",
"\n",
" pdf(file = paste(plotpath,\"ESTIMATE_simulation_fit.pdf\", sep = \"\"),\n",
" width = 10, \n",
" height = 10,\n",
" useDingbats = FALSE)\n",
" print(simplot)\n",
" dev.off()\n",
" }"
" dev.off()\n"
]
},
{
Expand Down
883 changes: 764 additions & 119 deletions notebooks/000_IHC_plots.ipynb

Large diffs are not rendered by default.

4,428 changes: 4,428 additions & 0 deletions notebooks/00_Div_validation_plots.ipynb

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions notebooks/03_exp_matrix_4ESTIMATE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,34 @@
"head(CBTTCtpm)"
]
},
{
"cell_type": "code",
"execution_count": 13,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"0"
],
"text/latex": [
"0"
],
"text/markdown": [
"0"
],
"text/plain": [
"[1] 0"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"CBTTCtpm[ CBTTCtpm$hgnc_symbol == \"DAZ1\", \"7316-905\"]"
]
},
{
"cell_type": "code",
"execution_count": 13,
Expand Down
Loading

0 comments on commit 938d1c0

Please sign in to comment.