Learn R Programming

LANDD (version 1.1.0)

lascouting: Find the liquid association scouting genes.

Description

lascouting() is used to find the liquid association scouting gene

Usage

lascouting(network.graph, express.matrix, k = 2, n.cores = 4)

Arguments

network.graph
An igraph object representing the gene network.
express.matrix
A matrix representing the expression matrix for the genes in gene network. Row names are the gene ids in gene network.
k
Integer giving the order of the ego-network.
n.cores
Number of cores used for parallel computing.

Value

A logical matrix representing the LA-scouting genes for each gene. Rows represent the ego gene id and columns represents the LA-scouting genes.

Examples

Run this code
## Not run: laresult <- lascouting(g,m,k=2,n.cores=4)

Run the code above in your browser using DataLab