Description Usage Arguments Value Examples
Read the results predicted by external methods (methods that are not in this package and may not be implemented in R). Consequently, we can compare the results predicted by the external methods and results predicted by the methods in the miRLAB package.
1 | ReadExtResult(datacsv, cause, effect, ExtCEcsv)
|
datacsv |
the input dataset in csv format |
cause |
the column range that specifies the causes (miRNAs), e.g. 1:35 |
effect |
the column range that specifies the effects (mRNAs), e.g. 36:2000 |
ExtCEcsv |
score matrix predicted by an external matrix with columns are miRNAs and rows are mRNAs. |
a matrix of scores predicted by an external matrix and ready for further validation and comparison tasks.
1 | print("GenemiR=ReadExtResult(dataset, cause=1:3, effect=4:18, 'genemirresults.csv')")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.