Skip to main content

Semiquantitative densitometric measurement of protein microarrays

Project description

proMAD

Semiquantitative densitometric measurement of protein microarrays

PyPi Status Github issues Build License

Setup

pip install proMAD

Usage

ArrayAnalyse

from proMAD import ArrayAnalyse
aa = ArrayAnalyse('ARY022B')  # set array type
aa.load_collection('test_cases/exp_data')  # set input folder

aa.evaluate("A6")  # get result dictionary
aa.get_spot("A6")  # get raw data
aa.evaluate()  # get result dictionary for all spots

Cutter

  • interactive
from proMAD import Cutter
c = Cutter()

c.load_collection('test_cases/raw_image_folder')  # set input folder
c.set_shape()  # ask for the shape
c.guess_positions()  # use a simple guess as a starting point
c.preview()  # display guess (uses the last loaded image as default)

c.set_positions()  # ask for refined cut positions
c.set_names()  # ask for names
c.preview()  # check in preview
c.save_images('test_cases/formated_image_folder')  # save to folder (will be created if it does not exist
  • direct
from proMAD import Cutter

c = Cutter()

c.load_collection('test_cases/raw_image_folder')  # set input folder
c.shape = (2, 3)
c.cut_positions = [[20, 225, 445], [40, 130, 217, 315]]
c.names = [['OL', 'ML', 'UL'], [None, 'MR', 'UR']]
c.preview()
c.save_images('test_cases/formated_image_folder')  # save to folder (will be created if it does not exist

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

proMAD-0.0.2.tar.gz (17.6 kB view details)

Uploaded Source

Built Distribution

proMAD-0.0.2-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

Details for the file proMAD-0.0.2.tar.gz.

File metadata

  • Download URL: proMAD-0.0.2.tar.gz
  • Upload date:
  • Size: 17.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for proMAD-0.0.2.tar.gz
Algorithm Hash digest
SHA256 4de0b5d57ccc533c8594c7538a40e4a2f7bc186e0aada5c9f245b940204b1cdf
MD5 5dfa221436d605cd6bae490b1c230b43
BLAKE2b-256 0a63f1f4d9bb8ed2dd5f53b2d4cac00632d7fb429166b78ff6eb4de92e8a4d8c

See more details on using hashes here.

File details

Details for the file proMAD-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: proMAD-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 18.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for proMAD-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4323f4b04ec0116617a035dcabd7d03cf197efc7724cd9a99a76eb02a4a6bf64
MD5 b3b715d73f51420b2260fde09d7b6037
BLAKE2b-256 9c86b23ead6ac49abcf1055738cb7fdad181d13519877bbacbece32e7a86cfce

See more details on using hashes here.

Supported by

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