Description Usage Arguments Value Examples
Diferential analysis of mRNA expression
1 | SL(data,group = "group", expression = "expression", exp_type = "rpkm")
|
data |
a data frame,including 3 or more columns ('sample','gene name','group') for one gene or many genes. |
group |
a character of group column name for sample groups |
expression |
a gene name or a vector of gene names for one gene or many genes |
exp_type |
the expression data formula mode. including 'RPKM','FPKM','TPM'. |
gene |
Gene names or IDs. |
P |
P value for differential analysis based on expression. |
FC |
Fold change for differential analysis based on expression. |
FC_type |
The Fold change type. |
method |
The differential analysis method. |
1 2 3 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.