writeAlts: writeAlts

Description Usage Arguments Examples

View source: R/rd.functions.R

Description

write out a tab-delimited table of CN alterations to the file "output/alts.dat"

Usage

1
  writeAlts(segs, rdo)

Arguments

segs

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

rdo

a readDepth object created with new("rdObject")

Examples

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

  ##write out the table
  #  writeAlts(segs, rdo)

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