Class CharacteristicDao.PriorCurationUsage
java.lang.Object
ubic.gemma.persistence.service.common.description.CharacteristicDao.PriorCurationUsage
- Enclosing interface:
CharacteristicDao
A term prior curators chose for some value string, and how many distinct experiments they
chose it on.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPriorCurationUsage(String valueUri, String value, long experimentCount, double agreement) -
Method Summary
-
Field Details
-
valueUri
-
value
-
experimentCount
public final long experimentCount -
agreement
public final double agreementThis term's share of every annotation made from this string, in[0, 1].The count alone cannot be read safely, because it does not say whether curators agreed.
wild typegoes towild type genotype1421 times against 2 for anything else — settled convention.shamgoes toreference subject role187 times and toreference substance role28 — the same corpus, genuinely contested, and a consumer should treat the two very differently. Computed over all terms for the string, before any truncation, so it does not drift with the result cap.
-
-
Constructor Details
-
PriorCurationUsage
-