powered by
An S4 class representing a kernel matrix calculated for a pathway
show displays the kernel object briefly
show
kernel
summary generates a kernel object summary including the number of individuals and genes for the pathway
summary
pathway
plot creates an image plot of a kernel object
plot
# S4 method for kernel show(object)# S4 method for kernel summary(object)# S4 method for kernel,missing plot(x, y = NA, hclust = FALSE, ...)
# S4 method for kernel summary(object)
# S4 method for kernel,missing plot(x, y = NA, hclust = FALSE, ...)
An object of class kernel
the kernel object to be plotted.
missing (placeholder).
logical, indicating whether a dendrogram should be added.
logical
further arguments to be passed to the function.
type
A character representing the kernel type: Use 'lin' for linear kernel, 'sia' for the size-adjusted or 'net' for the network-based kernel.
character
'lin'
'sia'
'net'
A kernel matrix of dimension equal to the number of individuals
matrix
A pathway object
Juliane Manitz
data(gwas) data(hsa04020) net_kernel <- calc_kernel(gwas, hsa04020, knots=NULL, type='net', calculation='cpu') show(net_kernel) summary(net_kernel) plot(net_kernel, hclust=TRUE)
Run the code above in your browser using DataLab