print.methylInheritanceAllResults {methylInheritance}R Documentation

Print a methylInheritanceAllResults object

Description

Print a methylInheritanceAllResults object

Usage

## S3 method for class 'methylInheritanceAllResults'
print(x, ...)

Arguments

x

the output object from mergePermutationAndObservation function, runPermutationUsingRDSFile function (when runObservationAnalysis = TRUE and runPermutationUsingMethylKitInfo function (when runObservationAnalysis = TRUE to be printed

...

arguments passed to or from other methods

Value

an object of class methylInheritanceAllResults

Examples


## Load dataset
data("methylInheritanceResults")

## Print dataset
print(methylInheritanceResults)


[Package methylInheritance version 1.14.0 Index]