recurrentGenes-CopyNumberBreakPointGenes-method: Access Options recurrentGenes. This method returns a...

Description Usage Arguments Value Examples

Description

Access Options recurrentGenes. This method returns a dataframe that contains genes that are recurrently affected across samples based on a FDR threshold.

Usage

1
2
3
## S4 method for signature 'CopyNumberBreakPointGenes'
recurrentGenes(object,
  fdr.threshold = 0.1, summarize = TRUE, order.column = "FDR")

Arguments

object

Output of bpStats(): an object of class CopyNumberBreakPointGenes

fdr.threshold

A numeric Genes with lower FDR are returned

summarize

A logical to determine whether to only output a selection of columns

order.column

Name of the column to sort output on

Value

data.frame with genes recurrently affected by breakpoints

Examples

1
2
3
4
5
6
7
8
9

GeneBreak documentation built on Nov. 8, 2020, 8:18 p.m.