genetic_cor {epigraphdb} | R Documentation |
Genetic correlations between traits
Description
Usage
genetic_cor(trait, cor_coef_threshold = 0.8, mode = c("table", "raw"))
Arguments
trait |
name of the trait, e.g. "body mass index" |
cor_coef_threshold |
correlation coefficient threshold |
mode |
If |
Value
Data from GET /genetic_cor
Examples
## Not run:
genetic_cor(trait = "Body mass index") %>%
dplyr::glimpse()
## End(Not run)
# Use a different threshold
## Not run:
genetic_cor(trait = "Body mass index", cor_coef_threshold = 0.4) %>%
dplyr::glimpse()
## End(Not run)
[Package epigraphdb version 0.2.3 Index]