Description Usage Arguments Value Author(s) Examples
Oscope K medoid module
1 |
SineRes |
output of OscopeSine function. |
quan |
only gene pairs with similarity score >= quan th quantile will be considered in the clustering analyses. Default is 0.95. |
cut |
pre-defined cutoff. Gene pairs with similarity score >= cut will be considered in cluster analyses. If cut is defined, quan will be ignored. |
maxK |
max number of clusters to consider (scan). if numbC=NULL, it will be calculated as [number of gene considered]/10 |
minSize,maxSize |
Only clusters with minSize<= cluster size <= maxSize are reported in output. |
fixK |
if fixK is specified, the k-medoids algorithm will be applied with fixK clusters. |
rawscale |
Recall the input is the similarity matrix (-log10(distance from the sine model)). the k-medoids clustering will be applied using (-Input) as distance. If rawscale is defined as TRUE, the k-medoids clustering will be applied using -10^Input as distance. |
OscopeKM() calls scanK() function, which runs k-medoid clustering with varying number of clusters (k). The k is varied from 2 to maxK. The input should be the output of OscopeSine() function. scanK() function will cluster genes in gene pairs with high similarity score (the threshold can be defined using parameter quan). To select the top genes, the function first calculate the max similarity score for each gene, then select the genes with high max score.
The output object shows members in each cluster. clusters are sorted by median similarity score within cluster.
Ning Leng
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.