Skip to main content

a package for orthogonal linear separation analysis (OLSA)

Project description

OLSApy


OLSApy: Orthogonal Linear Separation Analysis in Python


  • OLSA is an analysis method of omics data to decompose the complex effects of a perturbagen into basic components.
  • OLSApy is a package for OLSA in python.
  • OLSA can be applied to any kinds of omics data such as RNA-seq, proteome, and so on.

Dependency

  • python >= 3.6
  • requirements: numpy, pandas, scipy

Setup

pip install olsapy
For conda, please use conda skeleton


Usage

from olsapy import olsa

df = <a dataframe of interest (feature x sample)>

### calculation
dat = olsa.OLSA()
dat.load_df(df)
dat.olsa(accumulation=0.6) # accumulation determines the vectors subjected to varimax rotation
rsm,rvm,ts,contribution = dat.get_res()
### visualization
dat.plot(focus=[<sample names of interest>])

### visualization of already prepared data
dat.plot(rsm,focus=[<sample names of interest>])

Licence

This software is released under the MIT License, see LICENSE.


Authors

Setsuo Kinoshita, Shotaro Maedera, and Tadahaya Mizuno


References


Bug Report

If you would like to report any bugs about olsapy, don't hesitate to create an issue on github here, or email me:

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

olsapy-2.0.1.tar.gz (5.9 MB view hashes)

Uploaded Source

Built Distribution

olsapy-2.0.1-py3-none-any.whl (14.4 kB view hashes)

Uploaded Python 3

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