genetic_cor(trait, cor_coef_threshold = 0.8, mode = c("table", "raw"))
| trait | name of the trait, e.g. "body mass index" |
|---|---|
| cor_coef_threshold | correlation coefficient threshold |
| mode | If |
Data from GET /genetic_cor
#> Rows: 0 #> Columns: 0# Use a different threshold genetic_cor(trait = "Body mass index", cor_coef_threshold = 0.4) %>% dplyr::glimpse()#> Rows: 0 #> Columns: 0