Nothing
library(chipseq)
library("BSgenome.Mmusculus.UCSC.mm9")
data(abc)
qs = seqQScores(abc)
schr = names(Mmusculus)[1:21]
simv = as.integer(0.02 * seqlengths(Mmusculus)[schr])
names(simv) = schr
set.seed(123)
N = 100
for (i in seq_len(N)) {
cat("Iteration", i, "\n")
sims24 = simulateReads(simv/N, Mmusculus, 24, qs[,3:26])
writeFastq(sims24, file = paste("sim24_", i, ".fastq", sep = ""))
}
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.