View source: R/obtain_initial_parameters.R
obtain_initial_parameters | R Documentation |
Obtain initial model parameters.
obtain_initial_parameters(gene_expre_methy, num_group, size_factor)
gene_expre_methy |
a |
num_group |
a |
size_factor |
a |
It will return a list
including three components:
b_infor |
a |
coeff_infor |
a |
gene_name |
a |
## Not run: ##the match gene reads count and methylation level gene_reads_methy <- gene_expr_methy$gene_expr_methy ##library size factor for each gene expression data size_factor <- gene_expr_methy$library_sizefactor ##Obtain the initail model parameters initial_model_param <- obtain_initial_parameters(gene_expre_methy=gene_reads_methy, num_group=3,size_factor=size_factor) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.