findMarkers | R Documentation |
Derive signature marker genes by a series steps, including normalizing, filtered low confidence genes and DEG analysis.
findMarkers(
refs,
phes,
QN = TRUE,
q.cut = 0.01,
p.cut = 0.1,
opt.sigmat = TRUE,
min.group = 50,
max.group = 200,
verbose = TRUE
)
refs |
Gene expression profile of each cell type, which rows represent genes and columns represent pure samples. |
phes |
Phenotype classes. Cell type (Row) x Sample name (column); value 1 = indicate membership of the reference sample; Otherwise, value = 0. |
QN |
Quantile normalization for expression profile or not, default: TRUE. |
q.cut |
Cutoff q-value for filtering candidate marker genes. default: 0.01. |
p.cut |
Cutoff p-value for assigning marker genes to cell type, default: 0.1. |
min.group |
Minimum number of each phnotype class when optimizing signature matrix, default: 50. |
max.group |
Maximum number of each phnotype class when optimizing signature matrix, default: 200. |
verbose |
logical, to print the detailed information. |
A list of derived results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.