Nothing
getPlasqTypes <- function(cdf, ...) {
requireNamespace("affxparser") || throw("Package not loaded: affxparser")
cdfGetFields <- affxparser::cdfGetFields
# cdfMergeAlleles <- affxparser::cdfMergeAlleles
cdf <- .applyCdfGroups(cdf, .cdfAddPlasqTypes)
cdf <- .applyCdfGroups(cdf, cdfGetFields, c("plasqType"))
# cdf <- .applyCdfGroups(cdf, cdfMergeAlleles)
cdf <- lapply(cdf, FUN=.subset2, "groups")
cdf
}
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.