Skip to content

Enum: EvidenceStrength

URI: [brainkb:EvidenceStrength](https://brainkb.org/EvidenceStrength) ## Permissible Values | Value | Meaning | Description | | --- | --- | --- | | HighlySignificant | None | P value less than 0 | | Significant | None | P value less than 0 | | MarginallySignificant | None | P value less than 0 | | NotSignificant | None | P value greater than or equal to 0 | | Unknown | None | Specifies that the significance level is unknown as the information is not pr... | ## Slots | Name | Description | | --- | --- | | [evidence_line_strength](evidence_line_strength.md) | A relation describing the degree of support provided by an evidence line for ... | ## Identifier and Mapping Information ### Schema Source * from schema: https://identifiers.org/brain-bican/assertion-evidence-schema ## LinkML Source
name: EvidenceStrength
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
rank: 1000
permissible_values:
  HighlySignificant:
    text: HighlySignificant
    description: P value less than 0.01
  Significant:
    text: Significant
    description: P value less than 0.05
  MarginallySignificant:
    text: MarginallySignificant
    description: P value less than 0.10
  NotSignificant:
    text: NotSignificant
    description: P value greater than or equal to 0.10
  Unknown:
    text: Unknown
    description: Specifies that the significance level is unknown as the information
      is not present in the study.