writeSegs: writeSegs

Description Usage Arguments Examples

View source: R/rd.functions.R

Description

write out a tab-delimited table of CN segments the file "output/segs.dat"

Usage

1
  writeSegs(segs)

Arguments

segs

a data frame that is the result of calling rd.cnSegments

Examples

1
2
3
4
5
  ##get regions of CN gain and loss
  #  segs <- rd.cnSegments(x)

  ##write out the table
  #  writeSegs(segs)

chrisamiller/readDepth documentation built on June 16, 2021, 2:05 p.m.