10000 GDREG software · martinjzhang/LDSPEC@ec855a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
GDREG software
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjzhang committed Jun 4, 2022
1 parent 25ce877 commit ec855a0
Show file tree
Hide file tree
Showing 11 changed files with 2,656 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gdreg/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from . import score, sumstats, regress, simulate, util, data_loader

# expose functions
from .version import __version__,__version_info__

__all__ = ["score", "sumstats", "regress", "simulate", "util", "data_loader"]
Empty file added gdreg/data_loader.py
Empty file.
Loading

0 comments on commit ec855a0

Please sign in to comment.
0