Description Usage Arguments Value
Function to filter informative protein coding genes based on correlation with circRNA expression
1 | corf(train.pcg, train.circ, gene.index, num = 50)
|
train.pcg |
training protein coding dataset, which should be a numeric matrix with row names indicating samples, and column names indicating protein coding gene IDs. |
train.circ |
training circRNA expression dataset, which should be a numeric matrix with row names indicating samples, and column names indicating circRNA IDs. |
gene.index |
either gene name (character) or index (column number) of circRNA to be imputed. |
num |
number of informative protein coding genes to be used in constructing imputation model. Default is 50 genes. |
a numeric matrix, which should be a subset of protein coding genes correlated with circRNA of interest.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.