Multi Dimensional Viewer (MDV) is web based application for analyzing data
Project description
MDV Tools Lite
This is a lightweight version of MDV, designed to simplify project creation and deployment. It provides:
- Tools for creating and manipulating MDV projects
- A lightweight server for viewing and modifying projects
- A method to create static websites, making it ideal for projects that require minimal server-side dependencies.
To install:-
pip install mdvtools
To test, run the script below, which creates and serves a project from the pbmc3k test data. folder is the location where the project will be stored and can be any location that you have write access. A new folder will be created if one does not exist already.
import scanpy
from mdvtools.conversions import convert_scanpy_to_mdv
from mdvtools.serverlite import serve_project
folder = "/path/to/mytestproject"
data = scanpy.datasets.pbmc3k_processed()
proj= convert_scanpy_to_mdv(folder,data)
serve_project(proj)
The MDV project will be in the folder you specified and you can view it by pointing your browser to localhost:5050
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mdvtools-1.1.tar.gz.
File metadata
- Download URL: mdvtools-1.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb44faf5474e0d4496108b5160c6079472be9c32a70852189b655b9382c9c25d
|
|
| MD5 |
7ebfe18ea8ec09acde4f4ab8e5ffd16a
|
|
| BLAKE2b-256 |
90def527cc631c54d38b7dd11dd4aaa6dd2807a79de6fcf4cb21667f6ad4ce35
|
File details
Details for the file mdvtools-1.1-py3-none-any.whl.
File metadata
- Download URL: mdvtools-1.1-py3-none-any.whl
- Upload date:
- Size: 22.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee8186a09ca8a0c3c1b70fe0d38aa2b61d2f4bcb2a929e57a5fd20db3e09e00a
|
|
| MD5 |
ccc2b85b0f337f90cab216396af838b9
|
|
| BLAKE2b-256 |
63d65e5fc0a42bf63a69cc0cde19c70487e3dab98805a167fe368455e9dc517c
|