Nothing
## The first read here is missing a quality value, so is invalid
testString <- c("read1\nAAAAAA\n+\n!!!!!", "read2\nCCCCCC\n+\n!!!!!!", NULL)
fastqResult <- .processFastqVec(testString)
expect_equal(length(fastqResult$invalid), 1)
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.