Description Usage Arguments Value Author(s) See Also Examples
Estimates cyclic trends of gene expression levels using training data.
1 2 | cycle_npreg_insample(Y, theta, ncores = 2, polyorder = 2,
method.trend = c("trendfilter", "loess", "bspline"))
|
Y |
A matrix of normalized and transformed gene expression values. Gene by sample. |
theta |
A vector of angles. |
ncores |
We use doParallel package for parallel computing. |
polyorder |
We estimate cyclic trends of gene expression levels using nonparamtric trend filtering. The default fits second degree polynomials. |
method.trend |
Varous methods that can be applied to estimate cyclic trend of gene expression levels. |
A list with four elements:
Y |
Gene expression marix. |
theta |
Vector of angles or cell cycle phases. |
sigma_est |
Estimated standard error of the cyclic trend for each gene. |
funs_est |
A list of functions for approximating the cyclic trends of gene express levels for each gene. |
Joyce Hsiao
cycle_npreg_mstep
for estimating cyclic functions given
inferred phases from cycle_npreg_loglik
,
cycle_npreg_outsample
for predicting cell cycle phase
using parameters learned from cycle_npreg_insample
Other peco classifier functions: cycle_npreg_loglik
,
cycle_npreg_mstep
,
cycle_npreg_outsample
,
initialize_grids
1 | # see \code{\link{cycle_npreg_insample}}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.