Primary traits
tmp <- meaning %>%
filter(Group=="Primary") %>%
select(Trait, N, Publication)
datatable(tmp, rownames = FALSE, options = list(pageLength = 10, scrollX=T, dom = 'tip') )
Yan Holtz, Zhihong Zhu, Julanne Frater, Perry Bartlett, Jian Yang, John McGrath
This study check the putative causal effect of vitamin D on 75 traits and diseases
. These phenotypes are grouped in primary traits, secondary traits and risk factors as listed below:
tmp <- meaning %>%
filter(Group=="Primary") %>%
select(Trait, N, Publication)
datatable(tmp, rownames = FALSE, options = list(pageLength = 10, scrollX=T, dom = 'tip') )
tmp <- meaning %>%
filter(Group=="Secondary") %>%
select(Trait, N, Publication)
datatable(tmp, rownames = FALSE, options = list(pageLength = 10, scrollX=T, dom = 'tip') )
tmp <- meaning %>%
filter(Group=="Risk") %>%
select(Trait, N, Publication)
datatable(tmp, rownames = FALSE, options = list(pageLength = 10, scrollX=T, dom = 'tip') )
A work by Yan Holtz
Yan.holtz.data@gmail.com