process_network_gene | R Documentation |
Process the network from refseq, pubmed or alliance.
process_network_gene(
ret,
delete_zero_degree = TRUE,
make_upper = NULL,
make_upper_gene = TRUE,
org_db = org.Hs.eg.db,
gene_plot = FALSE,
gene_plot_num = 5,
gene_path_plot = NULL,
gene_path_plot_threshold = 0.05,
distinguish_query = FALSE
)
ret |
biotext class object |
delete_zero_degree |
exclude zero degree nodes from plotting |
make_upper |
make these words to uppercase |
make_upper_gene |
make gene symbol to uppercase |
org_db |
organism database to convert IDs |
gene_plot |
plot and return associated genes |
gene_plot_num |
how many genes are to be plotted |
gene_path_plot |
plot associated pathways related to genes |
gene_path_plot_threshold |
threshold for pathway enrichment |
distinguish_query |
distinguish query with words in obtained text |
Perform tasks before plotting the networks like obtaining associated genes to plot.
biotext class object
testgenes <- c("IRF3","PNKP","DDX41","ERCC1","ERCC2","XRCC1")
refseq(testgenes) |>
process_network_gene()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.