#' subsetRow
#' @export
setGeneric("subsetRow",function(obj,subset,...){
standardGeneric("subsetRow")
})
#' subsetCol
#' @export
setGeneric("subsetCol",function(obj,subset,...){
standardGeneric("subsetCol")
})
#' brtVlnPlot
#' @export
setGeneric('brtVlnPlot',
function(obj,
feature,
logscale = TRUE,
title = NA,
...)
standardGeneric("brtVlnPlot"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.