R/compose-usability.R
compose_usability.Rd
The usability domain (domain definition).
compose_usability_v1.4.2(text = NULL)
compose_usability(text = NULL)
A character vector of free text values that could improves search-ability, provide specific scientific use cases, and a description of the function of the object.
A list of class bco.domain
text <- c(
paste(
"Identify baseline single nucleotide polymorphisms (SNPs)[SO:0000694]",
"(insertions)[SO:0000667], and (deletions)[SO:0000045] that correlate",
"with reduced (ledipasvir)[pubchem.compound:67505836] antiviral drug",
"efficacy in (Hepatitis C virus subtype 1)[taxonomy:31646]"
),
paste(
"Identify treatment emergent amino acid (substitutions)[SO:1000002]",
"that correlate with antiviral drug treatment failure"
),
paste(
"Determine whether the treatment emergent amino acid",
"(substitutions)[SO:1000002] identified correlate with treatment",
"failure involving other drugs against the same virus"
)
)
text %>%
compose_usability() %>%
convert_json()
#> ["Identify baseline single nucleotide polymorphisms (SNPs)[SO:0000694] (insertions)[SO:0000667], and (deletions)[SO:0000045] that correlate with reduced (ledipasvir)[pubchem.compound:67505836] antiviral drug efficacy in (Hepatitis C virus subtype 1)[taxonomy:31646]", "Identify treatment emergent amino acid (substitutions)[SO:1000002] that correlate with antiviral drug treatment failure", "Determine whether the treatment emergent amino acid (substitutions)[SO:1000002] identified correlate with treatment failure involving other drugs against the same virus"]