Description Usage Arguments Value Author(s) Examples
For each gene and for each time point, RNA-seq count data is analyzed for fold changes between two experimental conditions. This functions bases on functions from the R package NBPSeq package for fold change analysis
1 2 | getFC(dataset = mydata, myanalyzeConditions = analyzeConditions,
cores = 1, mytimes = times)
|
dataset |
Object of class SummarizedExperiment, output of SummarizedExperiment, as assays use a numeric matrix with your RNAseq count data, rows correspond to different genes, columns correspond to different experiments, as rowData provide a DataFrame with columns name (geneID) and genename (the gene names), as colData provide a DataFrame with columns condition, time and replicate |
myanalyzeConditions |
Character vector, Name of experimental conditions |
cores |
Numeric, Number of cores for parallelization, default 1 for no parallelization |
mytimes |
Numeric vector, Time points of the time-resolved RNA-seq data |
Data.frame containing gene names, log fold change and p-values calculated from NBPSeq, each gene appears as often as available time points
Marcus Rosenblatt, marcus.rosenblatt@fdm.uni-freiburg.de
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.