marker.detection | R Documentation |
Detect circRNA markers To establish a possible impact of circRNA in gene expression we define two groups of samples defined by similarity in circRNAs expression. K-means algorithm is used to define these two groups and then DESeq test (adj. p-value<.01) have been used to detect circRNA markers.
marker.detection( circ_id, circ.m, dds, sf, method.d, method.c, k, choose.k, index.m, max.nc = 5, median )
circ.m |
circRNA id |
dds |
DeseqDataSet object |
sf |
sizefactor |
method.d |
method for calculate matrix distance |
method.c |
method for clustering |
k |
number of group in K-means algorithm |
data.frame of padj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.