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