brentp / combined-pvalues

combining p-values using modified stouffer-liptak for spatially correlated results (probes)
MIT License
43 stars 22 forks source link

Added option to specify gene table #30

Closed lardenoije closed 4 years ago

lardenoije commented 4 years ago

For some genomes the refGene annotations are quite sparse, resulting in many regions being annotated with genes that are actually not very nearby. In these cases it may be beneficial to be able to specify a different UCSC table to use for gene annotations, for instance one with more gene predictions. I added this option for myself, but this may be beneficial for others as well. I set the default to "refGene", meaning that when the new table argument is ignored, comb-p should run as usual.

brentp commented 4 years ago

I am surprised that annotation with cruzdb still works. It seems not to for most people. But I'll include as it does seem broadly useful. Thanks!