You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is also related to Issue #14, since they share the same idea: if we cannot estimate something reliably, then probably better no to estimate them at all.
Another very detailed note: pay attention to the sources of these regions -- e.g. if these regions are pulled out from UCSC, then they are 0-based.
The text was updated successfully, but these errors were encountered:
We often exclude MHC region when estimating LD and performing further downstream analyses.
It would be nice to do this MHC exclusion for people.
The idea is to have the following simple data frame inside
ldshrink
, and a flag likeremove_mhc=TRUE
:Similarly we may want to remove centromeres as well.
Both MHC and centromeres data frames can be found here: https://github.com/smgogarten/GWASTools/tree/master/data.
This issue is also related to Issue #14, since they share the same idea: if we cannot estimate something reliably, then probably better no to estimate them at all.
Another very detailed note: pay attention to the sources of these regions -- e.g. if these regions are pulled out from UCSC, then they are 0-based.
The text was updated successfully, but these errors were encountered: