Description Usage Arguments Value Examples
View source: R/smfishHmrf.hmrfem.R
Reads expression
1 | smfishHmrf.read.expression(expr_file)
|
expr_file |
expression matrix file. The expression file should be a space-separated file. The rows are genes. The columns are cells. There is no header row. The first column is a gene index (ranges from 1 to the number of genes). Note the first column is not gene name. |
A matrix with gene expression matrix
1 2 | expr_file = system.file("extdata", "ftest.expression.txt", package="smfishHmrf")
y<-smfishHmrf.read.expression(expr_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.