Description Usage Arguments Value
View source: R/SINTER_functions.R
This function is used for building linear regression models based on the top N predictors that are most correlated with reponse.
| 1 | cluster_regression_topn(DNase_train, RNA_train_mean, RNA_test_mean, top_n)
 | 
| DNase_train | ENCODE cluster features from DNase-seq data for building the regression model. | 
| RNA_train_mean | Gene cluster mean from ENCODE RNA-seq data for building the regression model. | 
| RNA_test_mean | Gene cluster mean from scRNA-seq data for making predictions. | 
| top_n | Number of predictors used in the regression model. | 
| y_pre | A vector of predicted ENCODE cluster features. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.