Description Usage Arguments Value Examples
Fit the relationship between expression entropy and mean gene expression using loess regression.
| 1 | entropy_fit(.x, span = 0.5, mt.method = c("fdr","BH"))
 | 
| .x | A tibble object returned from the Entropy function. | 
| span | The parameter α which controls the degree of smoothing. | 
| mt.method | The multiple testing method used in p.adjust. | 
A tibble object with six columns.
| 1 2 | ent.res <- Entropy(expr)
ent.res <- entropy_fit(ent.res, span = 0.3, mt.method = "fdr")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.