Skip to contents

Register the CRANTb dataset with coconat, a natverse R package for between- and within-dataset connectivity comparisons using cosine similarity. Once registered, CRANTb participates in coconatfly::cf_*() calls under the dataset name "crant".

Usage

register_crant_coconat(showerror = TRUE)

Arguments

showerror

Logical; if FALSE, return invisibly when dependencies are missing instead of erroring.

Details

Metadata access goes through crant_meta(), which is itself a wrapper around fafbseg::cam_meta() with the seatable URL/token set locally for the duration of each call. There is no separate cache to populate before registering.

Examples

if (FALSE) { # \dontrun{
library(coconatfly)
register_crant_coconat()
cf_meta(cf_ids(crant = "/class:descending"))
cf_cosine_plot(cf_ids("/type:NSC", datasets = c("crant", "flywire")))
} # }