Description Format Source References See Also Examples
File containing the design of experiment of Salek et al. (2007) study.
txt file, separated by spaces, with two columns (sample name and two level condition: control/diabete)
https://www.ebi.ac.uk/metabolights/MTBLS1
Salek R.M., Maguire M.L., Bentley E., Rubtsov D.V., Hough T., Cheeseman M., Nunez D., Sweatman B.C., Haselden J.N., Cox R.D., Connor S.C., Griffin J.L. (2007). A metabolomic comparison of urinary changes in type 2 diabetes in mouse, rat, and human. Physiological genomics, 29(2), 99-108. DOI: 10.1152/physiolgenomics.00194.2006
1 2 3 4 | design_path <- system.file("extdata", "design_diabete_example.txt",
package = "ASICSdata")
design <- read.table(design_path, stringsAsFactor = FALSE, header = TRUE)
head(design)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.