pkgs_required <- c(
"BSgenome.Mmusculus.UCSC.mm10",
"TxDb.Mmusculus.UCSC.mm10.knownGene",
"EnsDb.Mmusculus.v79",
"rtracklayer",
"GenomicRanges",
"RUnit",
"limma", "future.apply"
)
for (pkg in pkgs_required)
{
require(pkg, character.only = TRUE) || stop(pkg, " can't be loaded!")
}
BiocGenerics:::testPackage("InPAS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.