worm_download {WormTensor}R Documentation

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"))

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.

Value

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

Examples


    Ds_Euclid <- worm_download("Euclid", qc = "WARN")
    Ds_mSBD <- worm_download("mSBD", qc = "PASS")


[Package WormTensor version 0.1.0 Index]