#' @keywords internal
"_PACKAGE"
# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
#' @importFrom tibble tibble
#' @importFrom glue glue
#' @importFrom S4Vectors isTRUEorFALSE
#' @import Seurat
#' @import Signac
## usethis namespace: end
e1 <- rlang::env(
jobid = NULL, # job id
type = NULL, # job type: RNA or Matched?
species = NULL,
obj = NULL, # active object
sub_obj = NULL, # the subset object from selection
full_obj = NULL, # object with all cells
meta = NULL, # uploaded metadata
assay_idx = 1,
embedding_idx = 2,
ident_idx = 1,
regulon_ident = 'seurat_clusters',
new_meta_counter = 1,
deg = NULL,
cellchat = NULL
)
e2 <- rlang::env(
sio = NULL # socketio
)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.