Collection Guidelines
Naming Best Practices
- Use descriptive names
- Include version numbers
- Use underscores for spaces
- Avoid special characters
Metadata Field Examples
- Source: experiment_001, clinical_study
- Version: 1.0, v2.1-beta, final
- Created By: Dr. Smith, team_alpha
- Description: Brief purpose summary
Advanced JSON Metadata
The additional JSON metadata field allows you to add any custom fields that will be merged with the standard fields above. Example:
{
"experiment_id": "EXP_2024_001",
"lab": "Computational Biology Lab",
"data_type": "RNA-seq embeddings",
"sample_count": 1500,
"processing_date": "2024-01-15"
}