Learn R Programming

WormTensor (version 0.1.2)

worm_download: Downloads distance matrices 28 animals' data including 24 normal and 4 noisy are retrieved from figshare.

Description

Downloads distance matrices 28 animals' data including 24 normal and 4 noisy are retrieved from figshare.

Usage

worm_download(distance = c("mSBD", "Euclid"), qc = c("PASS", "WARN", "FAIL"))

Value

A List of containing distance matrices. The list also includes metadata for each animals.

Arguments

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.

Examples

Run this code
# \donttest{
    Ds_Euclid <- worm_download("Euclid", qc = "WARN")
    Ds_mSBD <- worm_download("mSBD", qc = "PASS")
# }

Run the code above in your browser using DataLab