Nothing
library("Mercator")
data("CML1000")
# transposition
bm <-t(CML1000)
bm <- removeDuplicateFeatures(bm)
summary(bm)
# run the thresher algorithm to remove "useless" vectors
thrash <- threshLGF(bm, cutoff = 0.5)
summary(thrash)
# convert back to base class
oval <- as(thrash, "BinaryMatrix")
slotNames(oval)
summary(oval)
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.