feature request: have a attribute (Characteristics[] or Measurement[]) on Assay Name
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 48
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
- request made during the BH2022
- using 'Measurement[]"
- pattern could look like this:
| Assay Name | Measurement[plant height] | Unit | Measurement[mean leaf area] | Unit | Raw Data File |
|---|---|---|---|---|---|
| observation1 | 10 | cm | 0.03 | sqm | null |
Measurement[] could be used in lieu of 'Raw Data File' but could also be used to provide a summary value over numerical values found in a data file.
| Assay Name | Raw Data File | Measurement[median power] | Unit |
|---|---|---|---|
| observation1 | https://www.example.org/datafile_1 | 25 | mW |
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the Measurement[] examples in issue 473 alongside the current Assay Name representation. Clarify whether measurements replace or complement Raw Data File, how units are represented, and how summary values are handled. Done requires an agreed data representation and explicit acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100