Learn R Programming

piglet (version 1.0.7)

GermlineCluster-class: Output of inferAlleleClusters

Description

GermlineCluster contains output from inferAlleleClusters function. It includes the allele cluster table, the germline set hierarchical clustering, and the threshold parameters.

Usage

# S4 method for GermlineCluster,missing
plot(x, y = NULL, cex = 1, seed = 9999)

Arguments

x

GermlineCluster object

y

not in use. missing.

cex

Controls the size of the allele label. Default is 1.

seed

Set a seed number for drawing the dendrogram. Default 9999.

Methods (by generic)

  • plot(x = GermlineCluster, y = missing): Plot the dendrogram for the allele clusters.

Slots

germlineSet

the original germline set provided

alleleClusterSet

the renamed germline set with the allele clusters

alleleClusterTable

the allele cluster table

hclustAlleleCluster

the hierarchical clustering object of the germline set.

threshold

the threshold used for the family and the allele clusters.

See Also

 \link{inferAlleleClusters}