Nothing
backgroundCorrectSingleSection = function(BLData, array=1 ,fg="Grn" , bg="GrnB" ,newName = "Grn.bc"){
##Check that the value of array is valid
fgI = getBeadData(BLData, array=array, what=fg)
bgI = getBeadData(BLData, array=array, what=bg)
data = fgI - bgI
BLData = insertBeadData(BLData, array=array, data = data, what = newName)
BLData
}
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.