extend_bb_cn_categories: This function extends existing categories by a list of sizes

View source: R/copynumber.R

extend_bb_cn_categoriesR Documentation

This function extends existing categories by a list of sizes

Description

This function extends existing categories by a list of sizes

Usage

extend_bb_cn_categories(
  infile,
  outfile,
  size_categories = c(`3` = 10^3, `4` = 10^4, `5` = 10^5, `6` = 10^6, `7` = 10^7, `8` =
    10^8, `9` = 10^9, `10` = 10^10)
)

Arguments

infile

string that points to a collated Battenberg subclones file

outfile

string where the output will be written.

size_categories

named vector with size options to consider for each CNA category

Author(s)

sd11


shaghayeghsoudi/DPclust3p_Customised documentation built on March 18, 2022, 5:28 a.m.