prep_ascat: Prepare input files for ASCAT

Description Usage Arguments Value

View source: R/prepAscat.R

Description

Prepare input files for ASCAT

Usage

1
2
3
4
5
6
7
prep_ascat(
  t_counts = NULL,
  n_counts = NULL,
  sample_name = NA,
  min_depth = 30,
  normalize = FALSE
)

Arguments

t_counts

read counts from tumor generated by get_counts

n_counts

read counts from normal generated by get_counts

sample_name

Sample name. Used as a basename for output files. Default NA, parses from t_counts file.

min_depth

Min read depth required to consider a marker. Default 30

normalize

If TRUE, normalizes for library size

Value

An ascat.loadData object; ascat data structure


CompEpigen/ezASCAT documentation built on Dec. 17, 2021, 3:04 p.m.