Description Usage Arguments Examples
This function deletes genes from a previously learned graph.
| 1 2 3 4 5 6 | delete.genes(
  g,
  rm.genes,
  to = c("igraph", "adjacency", "edges", "graph", "bnlearn"),
  from = c("auto", "adjacency", "edges", "graph", "igraph", "bnlearn")
)
 | 
| g | Graph object. | 
| rm.genes | Genes to be deleted (vector). | 
| to | Output format (optional): 'adjacency', 'edges', 'graph', 'igraph', or 'bnlearn'. Default: 'igraph' | 
| from | Input format (optional): 'auto', 'adjacency', 'edges', 'graph', 'igraph', or 'bnlearn'. Default: 'auto' | 
| 1 | g <- delete.genes(g, c('Cd74', 'Ldhc', 'Tlx3'))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.