Description Usage Arguments Details Value Author(s) Examples
Take a matrix with rows representing signals at each motif site and columns representing different samples.
1 |
data |
A matrix containing the signals at each motif site and sample. |
This function calculates the number of clusters for K-means clustering.
An integer.
Zheng Kuang
1 2 3 | readfile<-system.file("extdata","motif_filter_reads_cluster.txt",package="DynaMO",mustWork=TRUE)
data<-read.table(as.character(file),sep="\t",header=T)
clsnum<-clsnumcount(data[,1:4])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.