Table local controlling edge features and vertex pairs
Table local controlling edge features and vertex pairs
This function creates a table of the local controlling edge features
tableLCFs_VFs(CoNIResults, LCFs)
Arguments
CoNIResults: The output of CoNI (after p-adjustment)
LCFs: Local controlling edge features as a vector
Returns
A data.frane of local controlling edge features and their respective vertex pairs, and unique vertexes.
Examples
#Load CoNI resultsdata(CoNIResultsHFDToy)#Note: arbitrary list of genes, not Local controlling featurestableLCFs_VFs(CoNIResultsHFDToy, c("Lilr4b","Rps12"))