annotated_bcf_to_oncotable: annotated_bcf_to_oncotable

annotated_bcf_to_oncotableR Documentation

annotated_bcf_to_oncotable

Description

Collect results from annotated BCF for oncotable

Usage

annotated_bcf_to_oncotable(
  annotated_bcf,
  filter = "PASS",
  keepeff = c("trunc", "cnadel", "cnadup", "complexsv", "splice", "inframe_indel",
    "fusion", "missense", "promoter", "regulatory", "mir"),
  id = "",
  verbose = FALSE
)

Arguments

annotated_bcf

(character) path to file

filter

(character) default PASS

keepeff

(character) variants to keep

id

(character) ID of sample

verbose

(logical) default FALSE


mskilab/casereport documentation built on Oct. 19, 2022, 3 a.m.