main function with reference paper data. This reproduce the paper results. Simply run the function with no arguments to obtain the paper results.
| 1 | 
| 1 2 3 4 5 6 7 8 9 10 11 | 	## take the paper data
	library(TDARACNE)
	data(dataYeast)
	data(dataSOSmean)
	data(dataIRMAon)
	data(threshIRMAon)
	data(threshSOSmean)
	data(threshYeast)
	## paper results
     	TDARACNEdataPublished()
	## see in your working directory for .dot files
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.