Description Usage Arguments Examples
This function allows you to make an edgelist from some genes to anothers.
1 2 3 4 5 6 7 | make.edgelist(
genes,
from.genes = NULL,
to.genes = NULL,
from.features = NULL,
to.features = NULL
)
|
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. |
1 | blacklist <- make.edgelist(genes, from.features='target', to.features='tf')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.