read_sv_as_rs | R Documentation |
Read Structural Variation Data as RS object
read_sv_as_rs(input)
input |
a
|
a list
sv <- readRDS(system.file("extdata", "toy_sv.rds", package = "sigminer", mustWork = TRUE))
rs <- read_sv_as_rs(sv)
# svclass is optional
rs2 <- read_sv_as_rs(sv[, setdiff(colnames(sv), "svclass")])
identical(rs, rs2)
## Not run:
tally_rs <- sig_tally(rs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.