Skip to contents

Virusbreakend file parsing and manipulation.

Super class

nemo::Tool -> Virusbreakend

Methods

Inherited methods


Method new()

Create a new Virusbreakend object.

Usage

Virusbreakend$new(path = NULL, files_tbl = NULL)

Arguments

path

(character(1))
Output directory of tool. If files_tbl is supplied, this basically gets ignored.

files_tbl

(tibble(n))
Tibble of files from nemo::list_files_dir().


Method parse_summary()

Read vcf.summary.tsv file.

Usage

Virusbreakend$parse_summary(x)

Arguments

x

(character(1))
Path to file.


Method tidy_summary()

Tidy vcf.summary.tsv file.

Usage

Virusbreakend$tidy_summary(x)

Arguments

x

(character(1))
Path to file.


Method clone()

The objects of this class are cloneable with this method.

Usage

Virusbreakend$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

cls <- Virusbreakend
indir <- system.file("extdata/oa", package = "tidywigits")
odir <- tempdir()
id <- "virusbreakend_run1"
obj <- cls$new(indir)
obj$nemofy(odir = odir, format = "parquet", id = id)
#> NULL
(lf <- list.files(odir, pattern = "virusbreakend.*parquet", full.names = FALSE))
#> character(0)