Read_excel_markers: Create "Marker_list" from Excel files ".xlsx"

View source: R/Read_excel_markers.R

Read_excel_markersR Documentation

Create "Marker_list" from Excel files ".xlsx"

Description

Create "Marker_list" from Excel files ".xlsx"

Usage

Read_excel_markers(path)

Arguments

path

The path information of Marker files stored in ".xlsx" format. The Sheet name in the file is filled with cell type. The first line of each Sheet is the table head, the first column is filled with markers information, and the following column is filled with mertic information.

Value

The standardized "Marker_list" in the SlimR package.

See Also

Other Standardized_Marker_list_Input: Markers_filter_Cellmarker2(), Markers_filter_PanglaoDB(), Read_seurat_markers()

Examples

## Not run: 
Markers_list_Excel <- Read_excel_markers(
    "D:/Laboratory/Marker_load.xlsx"
    )
    
## End(Not run)


SlimR documentation built on Aug. 19, 2025, 1:13 a.m.