scCount_data_input
scCount_data_input.Rd
Input the scCount data in dataframe or matrix, the rownames is gene names, the colnames is cell names.
Arguments
- Pagwas
Pagwas format
- count_data
(data.frame or matrix) count data of your single cell data to use, the rownames is gene names, the colnames is cell names.
- meta_data
(data.frame) meta data of your single cell data to use, the first column is cell names. the cell names should be the same as the first row of count_data. It should include the "cell_type" column.
- Pathway_list
(list,character) pathway gene sets list
- min_clustercells
Threshold for total cells fo each cluster.
Examples
library(scPagwas)