Description Usage Arguments Value Examples
Function to impute miRNA expression profile from protein coding expression dataset
1 2 |
train_pcg |
training protein coding dataset. a numeric matrix with with row names indicating samples, and column names indicating protein coding gene IDs. |
train_mir |
training miRNA expression dataset. a numeric matrix with row names indicating samples, and column names indicating miRNA IDs. |
my_pcg |
test protein coding expression dataset. a numeric matrix with row names indicating samples, and column names indicating protein coding gene IDs. |
gene_index |
either gene name (character) or index (column number) of miRNA to be imputed. |
method |
method for imputation, either "RF" for random forests, "KNN" for K-nearest neighbor or "SVM" for support vector machines. Uses KNN by default. |
num |
number of informative protein coding genes to be used in constructing imputation model. Default is 50 genes. |
target |
"none" (default), "ts.pairs", or dataframe/matrix/list. this argument accepts character strings to indicate the use of all candidate genes as predictors ("none), or use built-in TargetScan miRNA-gene pairs ("ts.pairs"). also accepts a dataframe , matrix or list object containing a column with names of miRNA and a column with the names of target genes. |
... |
optional parameters that can be passed on to the machine-learning method: RF (randomForest), KNN (knn.reg) or SVM(svm) |
a numeric vector with imputed expression levels of the miRNA
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.