cytotoxicity-assay-analyzer
SolidNanotoxicology skill for in vitro cytotoxicity assessment and cell viability analysis
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Cytotoxicity Assay Analyzer
## Purpose
The Cytotoxicity Assay Analyzer skill provides comprehensive in vitro toxicity assessment of nanomaterials, enabling systematic evaluation of cell viability, determination of safe exposure levels, and identification of toxicity mechanisms.
## Capabilities
- MTT/MTS/WST assay analysis
- Live/dead staining quantification
- IC50/EC50 calculation
- Dose-response curve fitting
- Cell morphology analysis
- Apoptosis/necrosis detection
## Usage Guidelines
### Cytotoxicity Assessment
1. **Assay Selection**
- Choose appropriate viability assay
- Consider nanoparticle interference
- Include proper controls
2. **Data Analysis**
- Calculate percent viability
- Fit dose-response curves
- Determine IC50/EC50
3. **Result Interpretation**
- Compare to benchmark materials
- Assess mechanism of toxicity
- Report with appropriate context
## Process Integration
- Nanomaterial Safety Assessment Pipeline
- Nanoparticle Drug Delivery System Development
## Input Schema
```json
{
"nanomaterial": "string",
"cell_line": "string",
"assay_type": "mtt|mts|wst|live_dead|ldh",
"concentrations": ["number"],
"exposure_time": "number (hours)"
}
```
## Output Schema
```json
{
"viability_data": [{
"concentration": "number",
"viability": "number (%)",
"std_dev": "number"
}],
"dose_response": {
"ic50": "number",
"ic50_unit": "string",
"hill_slope": "number",
"r_squared": "number"
},
"t...
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
nanocatalyst-performance-analyzer
Nanocatalysis skill for evaluating catalytic activity, selectivity, and stability of nanomaterial catalysts
1,160 Updated today
a5c-ai AI & Automation Solid
colloidal-stability-analyzer
Colloidal stability assessment skill for evaluating nanoparticle dispersion stability through zeta potential, aggregation kinetics, and shelf-life prediction
1,160 Updated today
a5c-ai AI & Automation Solid
nanosensor-calibration-manager
Nanosensor characterization skill for calibration, sensitivity analysis, and selectivity validation
1,160 Updated today
a5c-ai AI & Automation Solid
nanomaterial-sds-generator
Safety documentation skill for generating Safety Data Sheets for nanomaterials
1,160 Updated today
a5c-ai AI & Automation Solid
tem-image-analyzer
Transmission Electron Microscopy image analysis skill for nanoparticle size, morphology, and crystallography assessment
1,160 Updated today
a5c-ai