Skip to main content

A General Purpose Global Data Analysis Package

Project description

PyVuka

PyVuka is a command line based and scriptable data fitting program. This software can be used for global and unlinked fitting of custom data models, data transforms, plotting, reading, and writing files. Custom python-native modules can also be written and will be automatically imported upon deposition in the Modules directory.

This project has been supported by the Institute of Protein Innovation, Boston AutoLytics, Adimab, Microgradient Fluidics, UMass Medical School, and the University of Pennsylvania

Installation

pip install PyVuka
# for gui mode you must also install pyqt5
pip install pyQT5>=5.15.10

Example as PyVuka as a python Library

Code

import PyVuka.ModuleLink.toPyVuka as pyvuka  # use PyVuka code base as a library

pvk = pyvuka.initialize_instance()  # initialize pyvuka
buffer = pvk.new_buffer()  # create new data buffer
buffer.data.x.set([0,1,2,3,4,5,6,7,8,9])  # populate x and y data vectors
buffer.data.y.set([0,0.5,1.75,3.5,4,4.85,6.2,7.1,7.9,9.3])
buffer.plot.axis.x.title.set("random int")  # add axes titles
buffer.plot.axis.y.title.set("random float")
pvk.add_buffer_to_datamatrix(buffer)  # add buffer to data matrix
pvk.run_pyvuka_command('fun 27 0')  # select function 27 (Y=mx+b) ; in app mode type 'fun' to see list of available functions
pvk.run_pyvuka_command('ap 1 1 1 1')  # alter parameters of function 27. "For buffer 1 through buffer 1, slope guess = 1, y-intercept guess = 1"
pvk.run_pyvuka_command('fit 100')  # fit all data in matrix with function 27, use maximum of 100 iterations
pvk.show_plot(1) # Show plot of buffer 1 on screen and save to drive
pvk.save_plot(1, "test.png")

Ouput

Saved Imaged Saved Imaged

Example of using PyVuka as a command line program

Code

import PyVuka.app as app # Use Pyvuka as a command line app 

app.start()

Ouput

Saved Imaged

License

Copyright (c) 2020 BostonAutoLytics LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to use this software freely for personal and research use ONLY. This license does NOT PERMIT uses including resale, modify, merge, publish, distribute, sublicense, and/or selling copies in part or in-whole of this software. Re-sale or inclusion in commercial software is subject to licensing agreements made with Boston AutoLytics, LLC. For more information e-mail info@BostonAutoLytics.com

PERSONAL USE: This software may be used and modified without restriction.

RESEARCH USE: If this software is used to generate results published in an academic journal or similar professional publication, please cite in-line with the version number being used. Example: "Data was fit with a 2:1 binding model using the python package PyVuka v.1.0 (Boston AutoLytics, LLC)". This software may be included in-whole or in-part within publicly available and non-commercial distributions. Inclusion in products that are sold require a licensing agreement (contact: info@BostonAutoLytics.com).

COMMERCIAL USE: PROHIBITED WITHOUT LICENSING AGREEMENT. Contact: info@BostonAutoLytics.com

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyVuka-0.1.1.3-py3-none-any.whl (62.3 kB view details)

Uploaded Python 3

File details

Details for the file PyVuka-0.1.1.3-py3-none-any.whl.

File metadata

  • Download URL: PyVuka-0.1.1.3-py3-none-any.whl
  • Upload date:
  • Size: 62.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for PyVuka-0.1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bc0903f99473039fb25f29009bae6b2d0251b936c8edbae3ece57c2f5d479173
MD5 e7dcd64d21ac198f5e8cbee5d51f8ce6
BLAKE2b-256 4f46e103b1f9a714cfa3d1922b11a592f0905cd7b9666ab69e44d8af503f7282

See more details on using hashes here.

Supported by

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