Description Usage Arguments Value Examples
View source: R/utility_functions.R
A t-test is carried out on gene activity levels between time points and the number of significant increases & decreases is returned.
1 | TAnalysis(row.no, dataset, psignificance = 0.05)
|
row.no |
The row number of the gene of interest |
dataset |
A transcriptomics dataset. First columns should be gene names. All other columns should be expression levels. |
psignificance |
The maximum p-value for which a result of a t-test is classed as significant |
The number of signficant increases and decreases as a vector
1 | ups.downs <- TAnalysis(row.no = 1, dataset = Laurasmappings, psignificance = 0.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.