read_exprs_mat: Read expression matrix

Description Arguments Value Note See Also Examples

Description

Reads the gene_expression_matrix table and creates an ExpressionSet for the selected matrix or matrices.

Arguments

e_m_a

A character. The accession number of the matrix or matrices to read.

Value

A list of ExpressionSet, with one element for each given matrix.

Note

This function uses RCurl to query ImmuneSpace. Therefore, a valid .netrc file is needed when executed from a remote location.

See Also

limma_standard, write_gea

Examples

1
2
3
labkey.url.base <- "https://www.immunespace.org/"
labkey.url.path <- "/Emory/SDY61/"
read_exprs_mat("EXPM0001")

SRenan/ISpaceR documentation built on May 9, 2019, 11:42 a.m.