Description Usage Arguments Value Examples
select method that find the maximum expression within a cluster
1  | maxCpGs(clust_ls, train_df, test_df)
 | 
clust_ls | 
 list of cpgs, each slot contains few cpgs  | 
train_df | 
 data frame that each row is a train samples  | 
test_df | 
 data frame that each row is a test samples  | 
a list contains train data frame and test data frame and number of predictors
1 2 3 4 5 6 7 8 9 10 11 12  | ## Not run: 
 data(aclust.listDemo)
 data(ExampleMvalue_train)
 data(ExampleMvalue_test)
 test <- maxCpGs(
   clust_ls = aclust.listDemo,
   train_df = ExampleMvalue_train[,-1],
   test_df = ExampleMvalue_test[,-1]
 )
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.