Nothing
data("ExampleData")
conditions <- factor(c(rep('C',3), rep('T', 3)))
XB <- XBSeqDataSet(Observed, Background, conditions)
expect_error(XBplot(XB))
expect_error(XBplot(XB, Samplenum = 7))
expect_warning(XBplot(XB, Samplenum = 1, unit = 'LogTPM', Genelength = genelength[,2]))
expect_error(XBplot(XB, Samplenum = 1, unit = 'LogTPM'))
expect_error(XBplot(XB, Samplenum = 1, unit = 'LogTPM', Genelength = genelength))
expect_error(XBplot(XB, Samplenum = 1, unit = 'LogTPM', Genelength = genelength[-1,2]))
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.