Description Usage Arguments Details Examples
Returns DESeq results object.
1 2 | deseq_coef(dds, myAlpha, coefficient, nickname, currDate, expName,
amySexGenes)
|
dds |
DESeq object |
myAlpha |
number - threshold for calling genes significant |
coefficient |
coefficient for which you want DE gene list. To see all available, enter matrix(resultsNames(dds_sva)) in command line |
nickname |
Character string - what do you want these results to be called |
currDate |
Character string - code representing date on which you did this analysis |
expName |
Character string - code representing this whole set of analyses |
genesOfInterest |
Dataframe column listing genes you might want to count in plot, e.g. sex marker genes |
This one takes in a coefficient from matrix(resultsNames(dds_sva)). There is also deseq_contrasts if you want to compare specific known groups.
1 | results_SexEffect_mainEffect <- deseq_contrasts(dds_sva, 0.05, 'SexF.TimepointSecond.Trimester', 'results_SexEffect_mainEffect', '20180814', 'exploreNewData', amySexGenes[,2])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.