summary,MAT-method {rMAT}R Documentation

Summary Method for MAT Object

Description

This methods summarize the objects MAT or tilinSet

Usage

## S4 method for signature 'MAT':
summary(object)
## S4 method for signature 'tilingSet':
summary(object)

Arguments

object Object returned from MAT .

Details

MAT is an object summarizing the output from the MAT function with the following slots : genomeName,featurePosition,featureChromosome,score,regIndex,method,threshold.

TilingSet is an object containing an ExpressionSet with the follonwing slots: genomeName, featureSequence, featurePosition, featureChromosome, featureCopyNumber

Author(s)

Charles Cheung, cykc@interchange.ubc.ca and Raphael Gottardo, raphael.gottardo@ircm.qc.ca Arnaud Droit, arnaud.droit@ircm.qc.ca

See Also

MAT


[Package rMAT version 1.1.2 Index]