Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MHC region exclusion #28

Open
xiangzhu opened this issue Feb 21, 2019 · 0 comments
Open

MHC region exclusion #28

xiangzhu opened this issue Feb 21, 2019 · 0 comments

Comments

@xiangzhu
Copy link
Collaborator

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 like remove_mhc=TRUE:

> HLA.hg19
    chrom start.base end.base
HLA     6   29719561 32883508
> is(HLA.hg19)
[1] "data.frame" "list"       "oldClass"   "vector"

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant