README.md

cite via: DOI

MarkdownReportsDev is discontinued.

Further development in MarkdownReports. See: #4. MarkdownReportsDev was made when big changes were happening. The development reached its goals. Further development will be in MarkdownReports.

News

Version 4.1.0 is ready and installed by the default.

  1. See legacy/old version at: https://github.com/vertesy/MarkdownReports.v2.9.5
  2. See development version at: https://github.com/vertesy/MarkdownReportsDev

New features:

Old version is under MarkdownReports.LEGACY.VERSION.X.X.X.

What is MarkdownReports?

MarkdownReports is a set of R functions that allows you to generate precise figures easily, and create clean reports in markdown language about what you just discovered with your analysis script. It helps you to:

  1. Create scientifically accurate figures and save them automatically as vector graphic (.pdf), that you can use from presentation to posters anywhere.
  2. Note down your findings easily in a clear and nicely formatted way, parsed from your variables into english sentences.
  3. Link & display your figures automatically inside your report, right there where they are needed.
  4. Version your findings, annotating which parameters were used to reach certain results.
  5. Share your report with others via email, Github or a personal website.

Why did I make it & why you might like it too?

I do exploratory data analysis as a daily routine, and I have constant interaction with all sorts of people: supervisors, collaborators, colleagues, etc.

I often have to...

  1. Make figures quickly.
  2. ...write emails summarising the results (text & figures) of the last few days.
  3. ...find results from a couple of month back, with all tiny details (parameters used, etc).
  4. ...assemble each step I did that day into a logical story line, that others can understand at first glimpse, e.g.: I observed X; I controlled for Y; Hypothesised explanation A; Falsified it; Came up with explanation B; Tested & proven it...

For all of the above, my solution is MarkdownReports. I think its better than other solutions I found. Many of those like to combine source code with results, and many are too complex to use. Most of people I interact with are not interested in the source code, but are very keen on seeing my results from all possible angles and are asking detailed questions about the analysis.

Make figures quickly

Write a report on the fly

Differences to Rmarkdown:

Where does MarkdownReports stand out?

GeneExpression = rnorm(2000, mean = 100, sd=50); 
MinExpression=125
PASS=filter_HP(GeneExpression, threshold = MinExpression)

and your report will have the summary: 30.7 % or 614 of 2000 entries in GeneExpression fall above a threshold value of: 125.

Installation

Install directly from GitHub via devtools with one R command:

# install.packages("devtools"); # If you don't have it
require("devtools")
devtools::install_github(repo = "vertesy/MarkdownReportsDev")

...then simply load the package:

require("MarkdownReports")

Alternatively, you simply source it from the web. This way function help will not work, and you will have no local copy of the code on your hard drive.

source("https://raw.githubusercontent.com/vertesy/MarkdownReportsDev/master/R/MarkdownReportsDev.R")

Discover 4 Yourself!

Learn about the markdown format

SNP filter and code.png

Older News

[3.1.1 is under legacy now]

Version 3.1.1 is ready and installed by the default.

  1. See legacy/old version at: https://github.com/vertesy/MarkdownReports.v2.9.5
  2. See development version at: https://github.com/vertesy/MarkdownReportsDev

New features"

Old version is under MarkdownReports.LEGACY.VERSION.

Cite it via its Digital Object Identifier (DOI):

DOI

Abel Vertesy. (2017, October 17). MarkdownReports: An R function library to create scientific figures and markdown reports easily. (Version v2.9.5). Zenodo. http://doi.org/10.5281/zenodo.594683

MarkdownReports is a project of @vertesy.

edit the website



vertesy/MarkdownReportsDev documentation built on Nov. 15, 2021, 9:59 a.m.