internal_class_from_property<-
function(property){
#returns a class based on the supplied property
#some cases are very well-defined, so this is justified
switch(property
,component = "Complex"
,modificationType = "ModificationFeature"
,featureLocation = "FragmentFeature"
,evidenceCode = "Evidence"
,sequenceIntervalBegin = "SequenceInterval"
,sequenceIntervalEnd = "SequenceInterval"
,"PLACEHOLDER")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.