[413088]: / R / data.R

Download this file

39 lines (36 with data), 815 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#' Example Visium Data
#'
#' This VoltRon object is used for testing and as an example
#'
#' @source {Created to serve as an example.}
#'
#' @examples
#' data(visium_data)
"visium_data"
#' Example MELC Data
#'
#' This VoltRon object is used for testing and as an example
#'
#' @source {Created to serve as an example.}
#'
#' @examples
#' data(melc_data)
"melc_data"
#' Example Xenium Data
#'
#' This VoltRon object is used for testing and as an example
#'
#' @source {Created to serve as an example.}
#'
#' @examples
#' data(xenium_data)
"xenium_data"
#' Example Transfer Data
#'
#' This VoltRon object is used for testing and as an example for transfering information between layers and multilayer plotting.
#'
#' @source {Created to serve as an example.}
#'
#' @examples
#' data(merged_object)
"merged_object"