Is There A Rare Variant Burden Test That Corrects For Gene Length?
1
4
Entering edit mode
11.1 years ago
joaofadista ▴ 50

Hi,

I would like to know if any of the gene rare variant burden tests out there tries to correct for gene length, or number of variants per gene. As far as I know (might be wrong) this doesn´t seem to be implemented in any test. This would lead to always favor significant results for longer genes vs. shorter genes.

Best regards, João

gene length • 3.9k views
ADD COMMENT
0
Entering edit mode

Thanks for the tip. I will test it out!

ADD REPLY
0
Entering edit mode

Sorry, but your script does not work if you have less probes per gene.

Let say, substitute your:

n_probes = c(10, 20, 30, 50, 100, 250)

by:

n_probes = c(2, 5, 10, 20, 50, 100)
ADD REPLY
0
Entering edit mode

please don't keep adding answers to your question, use the 'comment' link to comment on an answer

ADD REPLY
2
Entering edit mode
11.1 years ago
brentp 24k

I tried this with the CMC test to see if using more probes would change the p-value distribution of randomly generated data (no real signal)

It doesn't look like there's an increase in low p-values after increasing the number of probes in fact it's quite the opposite.

distribution

The code is this

so you can test other burden tests thanks to the AssotesteR package.

ADD COMMENT
0
Entering edit mode

can you provide a path to the R package ?! google does not know it ! (probably it is misspelled)

ADD REPLY

Login before adding your answer.

Traffic: 1471 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6