marker.selection | R Documentation |
Select circRNA markers To establish a possible impact of circRNA in gene expression we select a subset of circRNA defined as markers: only circRNA which expression can discretize two groups (DESeq adj. p-value<.01) have been selected.
marker.selection( dat, dds, sf, p.cutoff = 0.01, lfc.cutoff = NULL, method.d, method.c, k, choose.k = FALSE, index.m = NULL, max.nc = 2, plot = FALSE, n = 9, median = TRUE )
dat |
circRNA data set |
dds |
DeseqDataSet object filterd |
sf |
sizefactor |
p.cutoff |
select only circRNAs signficantly differentially expressed |
lfc.cutoff |
log fold change cutoff to select circRNAs highly deregulated |
method.d |
method for calculate matrix distance |
method.c |
method for clustering |
k |
number of group in K-means algorithm |
list of two elements: circRNAs estimate, circRNA-target ids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.