proMAD 
Semiquantitative densitometric measurement of protein microarrays
Setup
pip install proMAD
You can also install the latest version directly from GitHub.
pip install -U git+https://github.com/theia-dev/proMAD.git#egg=proMAD
Usage
ArrayAnalyse
from proMAD import ArrayAnalyse
aa = ArrayAnalyse('ARY022B') # set array type
aa.load_collection('tests/cases/prepared', rotation=90) # set input folder
aa.evaluate("A6") # get result dictionary
aa.get_spot("A6") # get underlying image data
aa.evaluate() # get result dictionary for all spots
aa.report('report.xlsx') # export the results
Cutter
- interactive
from proMAD import Cutter
c = Cutter()
c.load_collection('tests/cases/raw') # 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 the preview
c.save_images('test/cases/formatted_image_folder') # save to folder (will be created if it does not exist)
- direct
from proMAD import Cutter
c = Cutter()
c.load_collection('tests/cases/raw') # 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/formatted_image_folder') # save to folder (will be created if it does not exist)
Citation
If you use proMAD in your work please cite the following article.
Jaeschke, A., Eckert, H. & Bray, L.J. proMAD: semiquantitative densitometric measurement of protein microarrays. BMC Bioinformatics 21, 72 (2020). doi: 10.1186/s12859-020-3402-4
The full source code can be accessed on GitHub with the corresponding documentation hosted at Read the docs.
Release files for proMAD 0.3.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| proMAD-0.3.2.tar.gz | 66.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| proMAD-0.3.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 134.9 kB
Release files / proMAD-0.3.2.tar.gz
| Download URL | proMAD-0.3.2.tar.gz |
|---|---|
| Size | 66.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4a64721c22b3b5d82fd060fd9d885fba46a563fbd72df2105770563091736411
|
|
BLAKE2b-256 checksum How to use checksums |
0fd542b5dcf9ceab8c758e6e2aa27bab6fbc64593d7d52eae5c2e6b795eeb4aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
|
Release files / proMAD-0.3.2-py3-none-any.whl
| Download URL | proMAD-0.3.2-py3-none-any.whl |
|---|---|
| Size | 68.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6755cf34bfb2a51f655d5786c866c783763e27c27af1b9ed7bb76ebce2f96468
|
|
BLAKE2b-256 checksum How to use checksums |
55be0f463ae12480844f6c736f34d6b647bfefe04b11c814107f06a09e7f856e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
|