Skip to contents

This function takes as input a QDNAseq or CGHcall copy-number object and gives back Cytoband .tsv tables from absolute copy-number calls (in a human readable format).

Usage

GenHumanReadableAcnProfile(object, save_path)

Arguments

object

S4 copy-number object - QDNAseq or CGHcall object

save_path

A string. A path (directory) to where segment tables should be saved. ex. '~/Documents/test_project'

Value

A table. Collapsed Segment tables in long format (by sample id) ready to be written out to a table file (ex. tsv, csv).