Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed image link to github raw #19

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/posts/Correlation/post.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
" \n",
"\n",
"<div>\n",
"<img src=\"RNA_seq_schematic.png\" width=50%>\n",
"<img src=\"https://raw.githubusercontent.com/fslaborg/blog/refs/heads/main/src/images/RNA_seq_schematic.png\" width=50%>\n",
"</div>\n",
"\n",
"Scource: https://mbernste.github.io/posts/rna_seq_basics/\n",
"\n",
"## The Experiment\n",
"Our dataframe is based on an experiment that focused on cold acclimation in the model organism *A. thaliana*. The experiment was conducted to see if there are gene expression changes that are related to the influence of cold.\n",
"\n",
Expand Down