Nothing
#' dasper: detecting abberant splicing events from RNA-seq data
#'
#' Placeholder for package description - to be updated
#'
#' @docType package
#' @name dasper
NULL
#' @import S4Vectors
#' @importFrom methods is
#' @importFrom magrittr %>%
#' @importFrom dplyr count
#' @importFrom data.table :=
#' @importFrom data.table .SD
#' @importFrom GenomicRanges seqnames start end strand width
#' @importFrom GenomicRanges start<- end<- strand<-
#' @importFrom GenomicRanges findOverlaps GRanges
#' @importFrom IRanges CharacterList
#' @importFrom SummarizedExperiment colData rowRanges assays
#' @importFrom SummarizedExperiment assays<-
#' @importFrom basilisk BasiliskEnvironment
#' @importFrom reticulate import
#' @importFrom basilisk basiliskStart basiliskRun basiliskStop
NULL
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.