Learn R Programming

CoNI (version 0.1.0)

top_n_LF_byMagnitude: 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

Run this code
# NOT RUN {
data(CoNIResultsHFDToy)
Top10HFD<-top_n_LF_byMagnitude(CoNIResults_HFD,topn = 10)
# }

Run the code above in your browser using DataLab