View source: R/make_bulk_matrix_from_files.R
make_bulk_matrix_from_files | R Documentation |
This function creates a gene expression matrix from a list of files, each containing bulk gene expression profiles. It returns a samples-by-genes matrix.
make_bulk_matrix_from_files(bulk_files, pseudocount = 1)
bulk_files |
A vector of filenames for gene counts or pre-calculated TPMs. |
pseudocount |
An arbitrary small number to add before log-transformation (default = 1). |
show_msg("The number of cells is {cell_count}")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.