designData: Design of experiment from Salek _et al._ (2007)

Description Format Source References See Also Examples

Description

File containing the design of experiment of Salek et al. (2007) study.

Format

txt file, separated by spaces, with two columns (sample name and two level condition: control/diabete)

Source

https://www.ebi.ac.uk/metabolights/MTBLS1

References

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

See Also

rawNMRdata

Examples

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)

GaelleLefort/ASICSdata documentation built on May 26, 2019, 7:26 a.m.