The components of this module can be used for ARKA descriptors calculation (ARKA_1 and ARKA_2).
Project description
arka
The components of this module can be used for ARKA descriptors calculation (ARKA_1 and ARKA_2).
It is a crucial module for cheminformatics applications.
🚀 Installation
pip install arka_descriptors
📌 Usage
This module supports computation of ARKA descriptors:
- ARKA_1 and ARKA_2
🧪 Getting Started
import pandas as pd
from arka import arka_descriptor
# Load data
tr = pd.read_excel('train.xlsx', index_col=0)
te = pd.read_excel('test.xlsx', index_col=0)
# Compute descriptors
training_arka, test_arka = arka_descriptor(tr, te).calculate_descriptors()
📖 Citation
If you use this module, please cite:
Banerjee, A. and Roy, K., 2024.
ARKA: a framework of dimensionality reduction for machine-learning classification modeling, risk assessment, and data gap-filling of sparse environmental toxicity data.
Environmental Science: Processes & Impacts. https://doi.org/10.1039/D4EM00173G
📜 License
Apache License 2.0
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 arka_descriptors-0.1.0.tar.gz.
File metadata
- Download URL: arka_descriptors-0.1.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
676368f44ddd94fcc6fc203f683537e258433a32446834c3087c0b0d55e5b371
|
|
| MD5 |
7635607082179e09e9d977e9b918fc74
|
|
| BLAKE2b-256 |
b2004ce8da839c590f9ef2e91a31e33e88325a78a6edfd29312c63c5eee750e5
|
File details
Details for the file arka_descriptors-0.1.0-py3-none-any.whl.
File metadata
- Download URL: arka_descriptors-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b50b3ac6d6ac1360ed36c68eabb775b63a2971f12f67001811ea72623bb258f4
|
|
| MD5 |
80d819f88ccf4c6a8990ddbde4bd58dd
|
|
| BLAKE2b-256 |
6c0d941d23ce28af6ebeb82d4d2aebd39135bba8aea4939dba05bb56fbb4189a
|