Nothing
context("Testing conversion between FISHalyseR's outputted CSV to a frenchFISH probeCounts matrix")
test_that("convertFishalyserCsvToCountMatrix function works", {
expect_error(convertFishalyserCsvToCountMatrix(5), "pathToFishalyserCsv must be a string")
expect_error(convertFishalyserCsvToCountMatrix("/this/path/doesnt/exist/fishalyser_counts.csv"), "/this/path/doesnt/exist/fishalyser_counts.csv does not exist")
})
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.