View source: R/candidate_methylated_genes.R
| candidate_methylated_genes | R Documentation | 
Select candidate methylation genes from multiple concerned groups.
candidate_methylated_genes(group_methylation,
                           method,
                           threshod)
group_methylation | 
 A   | 
method | 
 A   | 
threshod | 
 A   | 
It will report a data.frame including the methylation level of each candidate genes in multiple groups.
## Not run: 
###select candidate methylated genes with high variable methylation genes (e.g. MAD>0.3)
Group_methylation <- list(Group1_methy=Group1_methylevel_distdecay,
                          Group2_methy=Group2_methylevel_distdecay,
                          Group3_methy=Group3_methylevel_distdecay)
select_methylated_genes <- candidate_methylated_genes(group_methylation=Group_methylation,
                                                      method="MAD",threshod=0.3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.