load_expression: Function that load dataframe Files

Description Usage Arguments Value Examples

View source: R/LoadSingleCellFile.R

Description

A function that read dataframe that contain information about the cells then convert it to a single cell experiment function

Usage

1
load_expression(exprs_file)

Arguments

expr_file

A file that contains the cell information

Value

Returns single cell experiment object

Examples

1
2
3
4
expr<-load_expression(Patient_data)

# Access sce value
expr

MengyiShu/RASC documentation built on Dec. 17, 2021, 3:23 a.m.