compareFeatures | R Documentation |
Compare features' abundance obtained by prediction and measurement.
compareFeatures( predicted, measured, method = "spearman", adjmethod = "fdr", rsignif = 0.3, psignif = 0.05 )
predicted |
A matrix or data frame. The feature table obtained by prediction. |
measured |
A matrix or data frame. The feature table obtained by
measurement. The abundances are expected to be normalized (i.e. proportion)
or be preprocessed by |
method |
A character string indicating which correlation coefficient is
to be used for the |
adjmethod |
A character string indicating correction
method ( |
rsignif |
A numeric ranging from 0 to 1, the minimum correlation coefficient of features which considered as well-predicted features. |
psignif |
A numeric ranging from 0 to 1, the maximum adjusted p value of features which considered as well-predicted features. |
A list containing a table of correlation results and a vector of well-predicted features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.