export2cytoscape: Export results in cytoscape format

Description Usage Arguments Value Author(s) See Also Examples

View source: R/export2cytoscape.R

Description

Export results in cytoscape format

Usage

1
2
export2cytoscape(expr.matrix, results, threshold = 0.9,
  typeID = "ensembl_gene_id")

Arguments

expr.matrix

A matrix of numeric values. Rows are genes, columns are samples

results

A topTable with only the genes considered significant (according to the p-value and logFC limits provided in the function results_topTable)

threshold

The lowest value of correlation to make the link considered significantly high

typeID

The type of ID used, e.g.

Value

The results in cytoscape format

Author(s)

Simon J Pelletier

See Also

adjacency

Examples

1
2
3
expr.matrix <- readRDS("data/expr_matrix_LGVD.rds")
results <- readRDS("data/results_LGVD.rds")
export2cytoscape <- export2cytoscape(expr.matrix,results[[1]])

spell098/rnaseq_app documentation built on May 30, 2019, 7:57 a.m.