Skip to main content

Gaussian Process models for transcriptome data

Project description

taxus

Gaussian Process models for transcriptome data

PyPI version CI Coverage Status

pip install taxus
import taxus as tx

# at the moment importing data has to be handled by the user
covariates, counts = get_mock_data()
gp = tx.GP('~ time + treatment', covariates, counts, kernel='rbf', likelihood='poisson')
elbo = gp.fit()

likelihood_ratio_rbf = tx.LRT(
    full_formula='~ time + treatment',
    reduced_formula='~ time',
    covariates=covariates,
    expression=counts,
    kernel='rbf',
    likelihood='nb'
)

likelihood_ratio_linear = tx.LRT(
    full_formula='~ C(time) + C(treatment) + C(time) : C(treatment)',
    reduced_formula='~ C(time) + C(treatment)',
    covariates=covariates,
    expression=counts,
    kernel='linear',
    likelihood='nb'
)

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

taxus-0.0.4.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

taxus-0.0.4-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file taxus-0.0.4.tar.gz.

File metadata

  • Download URL: taxus-0.0.4.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.0a2 CPython/3.8.12 Darwin/21.2.0

File hashes

Hashes for taxus-0.0.4.tar.gz
Algorithm Hash digest
SHA256 21793a826260316bb3f57606e51797b8962b5e51c34919ac7ea1acab33f95c9b
MD5 58ded7b12058ed0035ced67fb5f41522
BLAKE2b-256 9cc64f9d4150d3313e464e05f95ef1147cd2cf196775d98be70035f77ca8032b

See more details on using hashes here.

File details

Details for the file taxus-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: taxus-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 6.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.0a2 CPython/3.8.12 Darwin/21.2.0

File hashes

Hashes for taxus-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 dc95a70956094b9847fa8b2661b44c5ead1479e9122474456ac124a0a2d77818
MD5 49797a81b3a0304e570a3be934a8099c
BLAKE2b-256 5193b1c9e75bcd5dd8a602a0e52e80f17b73fde2316b0faeff085238f4b06dca

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