tableLCFs_VFs {CoNI} | R Documentation |
Table local controlling edge features and vertex pairs
Description
This function creates a table of the local controlling edge features
Usage
tableLCFs_VFs(CoNIResults, LCFs)
Arguments
CoNIResults |
The output of CoNI (after p-adjustment) |
LCFs |
Local controlling edge features as a vector |
Value
A data.frane of local controlling edge features and their respective vertex pairs, and unique vertexes.
Examples
#Load CoNI results
data(CoNIResultsHFDToy)
#Note: arbitrary list of genes, not Local controlling features
tableLCFs_VFs(CoNIResultsHFDToy, c("Lilr4b","Rps12"))
[Package CoNI version 0.1.0 Index]