forked from JoachimGoedhart/PlotsOfData
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
37 lines (19 loc) · 2.03 KB
/
about.html
File metadata and controls
37 lines (19 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<title>About</title>
<h3>About PlotsOfData</h3>
<p>The PlotsOfData Shiny app plots the data and statistics to enable the comparison of (experimental) conditions. The philosophy of the approach is that plotting the raw data (instead of a summary) improves transparency and interpretation (see also <a href="http://thenode.biologists.com/leaving-bar-five-steps/">this blog</a>). To further facilitate the comparison, summary statistics (mean, median, boxplot) and inferential statistics (confidence intervals) can be added. The user has full control over the visibility of the raw data and statistics by adjustment of the transparency (alpha).</p>
<p>Bootstrapping is used to calculate the (asymmetric) 95% CI of medians. More information in <a href="http://thenode.biologists.com/a-better-bar/education/">this blog</a> </p>
<p>The data can be supplied in spreadsheet/long format (e.g. by copy-pasting from excel) or in tidy format. For more information on the conversion of spreadsheet data to tidy data see <a href="http://thenode.biologists.com/converting-excellent-spreadsheets-tidy-data/education/">this blog</a>.</p>
<p>The plot can be saved as a PDF file, which can be opened and edited with Adobe Illustrator to allow for fine adjustments of the lay-out.</p>
<h4>Credits</h4>
<p>PlotsOfData is inspired on <a href="http://shiny.chemgrid.org/boxplotr/">BoxPlotR</a>. See <a href="https://www.nature.com/articles/nmeth.2813">this link</a>
for background information on boxplots.</br>
The code for the shiny app is partially derived from <a href="https://github.com/gertstulp/ggplotgui">ggplotGUI</a>
by <a href="https://www.gertstulp.com">Gert Stulp</a></br>
The colorblind safe palletes were developed by <a href="https://personal.sron.nl/~pault/">Paul Tol</a>.</p>
<p>PlotsOfData is created and maintained by Joachim Goedhart (<a href="https://twitter.com/joachimgoedhart">@joachimgoedhart</a>) and Marten Postma
</p>
</br>
</html>