MolecularPermutationClassifierShow: 'Show' a MolecularPermutationClassifier subclass object

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
2
## 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

1
2
3
4
5
6
7
##For an empty object 
object<-PAM50()
object

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

pbcmc documentation built on Nov. 1, 2018, 2:09 a.m.