top_n_LF_byMagnitude {CoNI} | R Documentation |
Linker Features by magnitude of effect
Description
This function outputs the linker features with the strongest effect on the correlation of the vertex features
Usage
top_n_LF_byMagnitude(ResultsCoNI, topn = 10)
Arguments
ResultsCoNI |
The output of CoNI |
topn |
Top n number of features to output |
Value
Returns a data.frame, a filtered version of ResultsCoNI, showing the top n features with the strongest effect, that is, the highest difference between the partial correlation and correlation coefficient.
Examples
data(CoNIResultsHFDToy)
Top10HFD<-top_n_LF_byMagnitude(CoNIResults_HFD,topn = 10)
[Package CoNI version 0.1.0 Index]