gene_loess_fit | R Documentation |
Compute dispersion-mean Loess-fit for each gene in a gene x sample matrix
gene_loess_fit(dat, dispersions = NULL, means = NULL, rescale = FALSE)
dat |
a matrix or dg[CT]Matrix of expression values with genes as rows and samples as columns. |
dispersions |
(optional) a vector of dispersions for each gene/row. If NULL (default), will be computed using gene_dispersion(). |
means |
(optional) a vector of means for each gene/row. If NULL (default), will be computed using gene_means(). |
rescale |
a logical indicating whether or not to rescale using rescale_samples(). Default is FALSE. |
a loess fit object returned by the loess() function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.