A Python package for creating a dataset for the Cell Feature Explorer.
Project description
Cell Feature Data
Python Package for Creating and Validating Cell Feature Datasets for Cell Feature Explore
Documentation
For full documentation, please see the full documentation on Github.
Installation
pip install cell-feature-data
Usage
Create a single dataset or a megaset for the Cell Feature Explore:
Run the following command in your terminal:
create-dataset
This command will guide you through the following steps:
- Specify the Path to the Input File:
Supported formats:
.csv(with more formats to be added in future releases). - Set the Output Directory:
Provide a path to save the generated dataset files. If not specified, a new dataset folder will be created in the
datadirectory, named after the input file. - Process the input file: The tool will calculate and generate the necessary JSON files based on the input data.
- Enter Additional Metadata: You will be prompted to add more details about the dataset, which will be used to update the generated JSON files.
Import and use the package within your python scripts:
from cell_feature_data.bin.create_dataset import main
# Call the main function
if __name__ == "__main__":
main()
Dataset Specification
For more information on the dataset structure and settings, refer to the Full spec documentation
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
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 cell_feature_data-1.0.5.tar.gz.
File metadata
- Download URL: cell_feature_data-1.0.5.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29bdbcd7ee97ca6e1139f0a6fdc5618af6c53ce4a282321c316d39784de4ef58
|
|
| MD5 |
3face49ea64cf09ae30bdbdd84a50333
|
|
| BLAKE2b-256 |
baa97b72af48a6912f8eed754460e18a246c45d780c410ea0d4ef09e5ff2b585
|
File details
Details for the file cell_feature_data-1.0.5-py3-none-any.whl.
File metadata
- Download URL: cell_feature_data-1.0.5-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd1cce965910d068c28e9e78e830a251870c275695966abd6af748261fc910c7
|
|
| MD5 |
596ed2a477390e967276f77fe6599690
|
|
| BLAKE2b-256 |
85cf5ab08e072a514f7db5de087a5d0a53ced253333a2a89d95096a75a3b66a1
|