Nothing
get_bare_mixture <- function(annotated_mixture){
idx <- annotated_mixture$HeightAtOrAboveDetectionThreshold
data.frame(Locus = annotated_mixture$Marker[idx],
Allele = annotated_mixture$Allele[idx],
Height = as.integer(round(annotated_mixture$Height[idx],digits = 0)),
Size = round(annotated_mixture$Size[idx],2))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.