Description Usage Arguments Value Author(s) See Also Examples
Estimate cyclic trends of gene expression levels using training data.
1 2 3 4 5 6 7 | cycle_npreg_insample(
Y,
theta,
ncores = 2,
polyorder = 2,
method.trend = c("trendfilter", "loess", "bspline")
)
|
Y |
A matrix (gene by sample) of normalized and transformed gene expression values. |
theta |
A vector of angles. |
ncores |
We use the doParallel package for parallel computing. |
polyorder |
We estimate cyclic trends of gene expression levels using nonparamtric trend filtering. |
method.trend |
How to estimate cyclic trend of gene expression
values. We offer three options: |
A list with four elements:
Y |
The 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
, and
cycle_npreg_outsample
for predicting cell cycle phase
using parameters learned from cycle_npreg_insample
.
1 | # See \code{help(cycle_npreg_outsample)} for an example.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.