Nothing
#' Bulk indexing
#'
#' @param basename output basename
#' @param reference reference genome
#' @param gappedIndex gapped structure
#' @param indexSplit split structure
#' @param memory handling memory
#' @param TH_subread threshold memory usage
IndexingBulk <- function (basename, reference, gappedIndex, indexSplit,
memory, TH_subread)
{
Rsubread::buildindex(
basename = basename,
reference = reference,
gappedIndex = gappedIndex,
indexSplit = indexSplit,
memory = memory,
TH_subread = TH_subread)
}
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.