Learn R Programming

CoNI (version 0.1.0)

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

Run this code
# NOT RUN {
#Load CoNI results
data(CoNIResultsHFDToy)
#Note: arbitrary list of genes, not Local controlling features
tableLCFs_VFs(CoNIResultsHFDToy, c("Lilr4b","Rps12"))
# }

Run the code above in your browser using DataLab