Description Usage Arguments Value Examples
View source: R/LoadSingleCellFile.R
A function that read dataframe that contain information about the cells then convert it to a single cell experiment function
1 | load_expression(exprs_file)
|
expr_file |
A file that contains the cell information |
Returns single cell experiment object
1 2 3 4 | expr<-load_expression(Patient_data)
# Access sce value
expr
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.