Description Usage Arguments Value
This function loads the data as a dataframe, and method as a string. It assumes that each line contains gene expression profile of one single cell, and each column contains the one single gene expression profile in different cells. The dataframe should also contain the cell type information with column name 'cell_type', as well as group information as 'compare_group' Batch information as 'batch' is optional. If included, users may want to use the raw count data for later analysis. Differential expressed genes will be called within each cell type by the method users select. For bulk RNAseq, we provide edgeR, DESeq2. And for scRNA-seq, popular methods in packages scde, monocle, DEsingle and MAST are available.
1 2 |
data |
Input raw or normalized count data with column 'cell_type' and 'compare_group' |
method |
Method used to call DEGenes. Available options are:
|
min_gene_expressed |
Genes expressed in minimum number of cells |
min_valid_cells |
Minimum number of genes detected in the cell |
contrast |
String vector specifying the contrast to be tested against the log2-fold-change threshold |
q_cut |
Cut-off for q value |
A matrix of the differential expressed genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.