show {pbcmc}R Documentation

Show a MolecularPermutationClassifier subclass object

Description

Basic MolecularPermutationClassifier class information display function (slots, dimensions, etc).

Usage

## S4 method for signature 'MolecularPermutationClassifier'
show(object)

Arguments

object

an object of MolecularPermutationClassifier class hierarchy

Value

console messages displaying the class content

Author(s)

Cristobal Fresno cfresno@bdmg.com.ar, German A. Gonzalez ggonzalez@bdmg.com.ar, Andrea S. Llera allera@leloir.org.ar and Elmer Andres Fernandez efernandez@bdmg.com.ar

See Also

PAM50 for a complete example.

Other MolecularPermutationClassifier: MolecularPermutationClassifier-class, parameters

Examples

##For an empty object 
object<-PAM50()
object

##Using pam50centroids package example data
data(pam50centroids)
pam50centroids


[Package pbcmc version 1.8.0 Index]