View source: R/worm_download.R
worm_download | R Documentation |
Downloads distance matrices 28 animals' data including 24 normal and 4 noisy are retrieved from figshare.
worm_download(distance = c("mSBD", "Euclid"), qc = c("PASS", "WARN", "FAIL"))
distance |
"mSBD" or "Euclid" can be specified |
qc |
"PASS" or "WARN" or "FAIL" can be specified. "PASS" downloads 24 data except 4 noisy data. "WARN" downloads 27 data except 1 noisy data. "FAIL" downloads all 28 data. |
A List of containing distance matrices. The list also includes metadata for each animals.
Ds_Euclid <- worm_download("Euclid", qc = "WARN")
Ds_mSBD <- worm_download("mSBD", qc = "PASS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.