make.edgelist: Make an edgelist from some genes to anothers.

Description Usage Arguments Examples

View source: R/tools.R

Description

This function allows you to make an edgelist from some genes to anothers.

Usage

1
2
3
4
5
6
7
make.edgelist(
  genes,
  from.genes = NULL,
  to.genes = NULL,
  from.features = NULL,
  to.features = NULL
)

Arguments

genes

Geneset with features.

from.genes

User-selected 'from' genes.

to.genes

User-selected 'to' genes.

from.features

The edges will go from genes with some of these features.

to.features

The edges will go to genes with some of these features.

Examples

1
blacklist <- make.edgelist(genes, from.features='target', to.features='tf')

rlebron-bioinfo/gnlearn documentation built on July 25, 2020, 12:38 p.m.