Nothing
# Regions identified using 'identifySTRs()'
data("identifiedSTRs")
# Limiting and restructuring
sortedIncludedMarkers <- sapply(names(identifiedSTRs$identifiedMarkersSequencesUniquelyAssigned),
function(m) which(m == flankingRegions$Marker))
# Aggregate the strings
stringCoverage(extractedReadsListObject = identifiedSTRs,
control = stringCoverage.control(
motifLength = flankingRegions$MotifLength[sortedIncludedMarkers],
Type = flankingRegions$Type[sortedIncludedMarkers],
numberOfThreads = 1,
trace = FALSE,
simpleReturn = TRUE))
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.