tableLCFs_VFs: Table local controlling edge features and vertex pairs

Description Usage Arguments Value Examples

View source: R/CoNI_functions.R

Description

This function creates a table of the local controlling edge features

Usage

1
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

1
2
3
4
#Load CoNI results
data(CoNIResultsHFDToy)
#Note: arbitrary list of genes, not Local controlling features
tableLCFs_VFs(CoNIResultsHFDToy, c("Lilr4b","Rps12"))

CoNI documentation built on Sept. 30, 2021, 5:09 p.m.