Skip to main content

munger for GWAS summary statistics.

Project description

smunger

pypi python

License: MIT

munger for GWAS summary statistics

Features

  • define column properties

    • required columns: CHR, BP, EA, NEA
    • optional columns: BETA, SE, P, EAF, MAF
    • Auxiliary columns: OR, OR_SE, Z
    • Data types
    • Data ranges
    • Allow missing values and default missing values
  • semi-automatically header mapping

    • read first five rows and display in terminal
    • guess header map by common column names
    • manually check if the mapping is correct
    • input the right column number if it is wrong
    • check if OR, OR_SE, Z are present if BETA, SE are absent
    • save the final column map to json for further munging
  • data munging

    • EA ≠ NEA
    • if EAF presents, MAF = min(EAF, 1-EAF)
    • convert OR/ORSE to BETA/SE, if BETA, SE are absent and OR, ORSE are present
    • remove duplicate SNPs with same chr-bp-sorted(EA,NEA), keep the one with lowest P
    • output: \t separated, bgzip compress, tabix index.
    • optional output: significant SNPs, munge report
    CHR BP rsID EA NEA EAF MAF BETA SE P OR OR_SE Z
    type int int str str str float float float float float float float float
    allow null False False True False False False False True False True True False True
    null value 0 0.999 1 0
    range [1,23] (0,inf) only contains ‘ACGT’ only contains ‘ACGT’ [0,1] [0,0.5] (-inf,inf) (0, inf) (0,1) (0, inf) (0, inf) (-inf,inf)
  • liftover

    • guess genome build
    • liftover
  • annotate

    • annotate rsID

Credits

This package was created with Cookiecutter and the waynerv/cookiecutter-pypackage project template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smunger-0.1.6.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

smunger-0.1.6-py3-none-any.whl (20.3 kB view details)

Uploaded Python 3

File details

Details for the file smunger-0.1.6.tar.gz.

File metadata

  • Download URL: smunger-0.1.6.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for smunger-0.1.6.tar.gz
Algorithm Hash digest
SHA256 9d1df718d887cfc3dfeb28802721cb9e62cd14eecf10bf38894bef8d1c4bd3b3
MD5 3b62b49ca0d9cf8e7f51e38b8b81f864
BLAKE2b-256 efedfdd0e1d0f69273a4df569e6de8686df4ab8517a8791df7fb910784217f82

See more details on using hashes here.

File details

Details for the file smunger-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: smunger-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 20.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for smunger-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 bba5efb6819f3dedd793a2c47985b39ce63d64a3c9d5d5da8e9deefe49af32e9
MD5 f9c09d5c70fbb7f5c481847c174606d9
BLAKE2b-256 9ae5e3f9d3eab7a4d577e4a0993b433b181dbdfefb026fdd176487e9e4161aad

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page