Code
result
Output
$name
[1] "\\phs000001\\pht000001\\phv00000001\\test\\"
$HpdsDataType
[1] "phenotype"
$categorical
[1] FALSE
$categoryValues
list()
$min
[1] 0
$max
[1] 5
$description
[1] ""
Code
result
Output
$name
[1] "A_Variant"
$HpdsDataType
[1] "info"
$categorical
[1] TRUE
$categoryValues
$categoryValues[[1]]
[1] "ABC"
$categoryValues[[2]]
[1] "DEF"
$min
[1] NA
$max
[1] NA
$description
[1] "A proper testing description."
Code
annotations
Output
genomic_annotation description values continuous
1 A_Variant A proper testing description. ABC, DEF FALSE
Code
toString(query)
Output
[1] "{\"query\":\"\"}"
Code
toString(query)
Output
[1] "{\"query\":{\"searchTerm\":\"clouds\",\"includedTags\":[],\"excludedTags\":[],\"returnTags\":true,\"offset\":0,\"limit\":10}}"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.