From ca7eeb4231272e4e813b48b61f3ae584c68e12cc Mon Sep 17 00:00:00 2001 From: Cosmin SAVEANU <cosmin.saveanu@pasteur.fr> Date: Mon, 13 Nov 2023 14:01:13 +0100 Subject: [PATCH] Add README file --- RNA half-life estimates/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 RNA half-life estimates/README.md diff --git a/RNA half-life estimates/README.md b/RNA half-life estimates/README.md new file mode 100644 index 0000000..114bace --- /dev/null +++ b/RNA half-life estimates/README.md @@ -0,0 +1,7 @@ +A simple script to obtain estimates of the half-life for an RNA based on a "no-lag" exponential decay curve. The script contains a function that tests for errors, as it was used to compute half-life values for a few thousand transcripts in a SLAM-Seq experiment. It can also be used with other results, such as those coming from transcription shut-off experiments combined with RT-qPCR. + +A typical result that can be obtained with this script (invented data): + +![alt output from ggplot2][output] + +[output]: ./degradationplotRNA.png -- GitLab