Nothing
test_that("TSNEPlot returns correct type", {
data <- Data2[1:100,]
data <- data %>%
t() %>%
data.frame()
data <- cbind(rownames(data), data)
colnames(data)[1] <- "ID"
expect_type(TSNEPlot(File = data, NCluster = 4), "double")
})
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.