Class: FSCCurve
Fourier Shell Correlation curve data.
__
The resolution_angstrom and fsc_value arrays must be of equal length, with each value at index i in resolution_angstrom
corresponding to the value at index i in fsc_value. Both arrays should not exceed 10,000 elements.
__
URI: lambdaber:FSCCurve
classDiagram
class FSCCurve
click FSCCurve href "../FSCCurve/"
AttributeGroup <|-- FSCCurve
click AttributeGroup href "../AttributeGroup/"
FSCCurve : description
FSCCurve : fsc_value
FSCCurve : resolution_angstrom
Inheritance
- AttributeGroup
- FSCCurve
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| resolution_angstrom | * Float |
Resolution values in Angstroms | direct |
| fsc_value | * Float |
FSC values corresponding to each resolution | direct |
| description | 0..1 String |
AttributeGroup |
Usages
| used by | used in | type | used |
|---|---|---|---|
| WorkflowRun | fsc_curve | range | FSCCurve |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lambda-ber-schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | lambdaber:FSCCurve |
| native | lambdaber:FSCCurve |
LinkML Source
Direct
name: FSCCurve
description: 'Fourier Shell Correlation curve data.
The `resolution_angstrom` and `fsc_value` arrays must be of equal length, with each
value at index i in `resolution_angstrom`
corresponding to the value at index i in `fsc_value`. Both arrays should not exceed
10,000 elements.
'
from_schema: https://w3id.org/lambda-ber-schema/
is_a: AttributeGroup
attributes:
resolution_angstrom:
name: resolution_angstrom
description: Resolution values in Angstroms
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- FSCCurve
range: float
multivalued: true
maximum_cardinality: 10000
fsc_value:
name: fsc_value
description: FSC values corresponding to each resolution
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- FSCCurve
range: float
multivalued: true
maximum_cardinality: 10000
Induced
name: FSCCurve
description: 'Fourier Shell Correlation curve data.
The `resolution_angstrom` and `fsc_value` arrays must be of equal length, with each
value at index i in `resolution_angstrom`
corresponding to the value at index i in `fsc_value`. Both arrays should not exceed
10,000 elements.
'
from_schema: https://w3id.org/lambda-ber-schema/
is_a: AttributeGroup
attributes:
resolution_angstrom:
name: resolution_angstrom
description: Resolution values in Angstroms
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: resolution_angstrom
owner: FSCCurve
domain_of:
- FSCCurve
range: float
multivalued: true
maximum_cardinality: 10000
fsc_value:
name: fsc_value
description: FSC values corresponding to each resolution
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: fsc_value
owner: FSCCurve
domain_of:
- FSCCurve
range: float
multivalued: true
maximum_cardinality: 10000
description:
name: description
from_schema: https://w3id.org/lambda-ber-schema/
alias: description
owner: FSCCurve
domain_of:
- NamedThing
- AttributeGroup
range: string