Last chance! 50% off unlimited learning
Sale ends in
Read Structural Variation Data as RS object
read_sv_as_rs(input)
a data.frame
or a file with the following columns:
"sample", "chr1", "start1", "end1", "chr2", "start2", "end2", "strand1", "strand2", "svclass"
a list
# NOT RUN {
sv <- readRDS(system.file("extdata", "toy_sv.rds", package = "sigminer", mustWork = TRUE))
rs <- read_sv_as_rs(sv)
# }
# NOT RUN {
tally_rs <- sig_tally(rs)
# }
Run the code above in your browser using DataLab