BaalChIP.report {BaalChIP}R Documentation

Method BaalChIP.report

Description

Method BaalChIP.report

Generates a data.frame per group with all variants and a label for all identified allele-specific binding (ASB) variants.

Usage

BaalChIP.report(.Object)

## S4 method for signature 'BaalChIP'
BaalChIP.report(.Object)

Arguments

.Object

An object of the BaalChIP class.

Details

The reported data frame contains the following columns:

Value

A named list, with a data.frame per group.

Author(s)

Ines de Santiago

See Also

summaryASB, getASB

Examples

data('BaalObject')
report <- BaalChIP.report(BaalObject)

#the reported list is grouped by group_name:
names(report)

#check out the report for one of the groups:
head(report[['MCF7']])

[Package BaalChIP version 1.13.0 Index]