Description Usage Arguments Value
View source: R/read_expression_file.R
This function is used to upload a table into R for further use in the AutoPipe
1 | read_expression_file(file, format = "csv", sep=";",gene_name="SYMBOL", Trans=FALSE)
|
file |
The path of the expression table |
format |
The format of the table "csv" or "txt" |
sep |
The seperator of the input table |
gene_name |
Genes are given in "SYMBOL" or "ENTREZID" |
Trans |
Need Matrix Transpose TRUE or FALSE |
A data.frame with a gene expression matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.