Description Usage Arguments Value Author(s) See Also
This function compares the identification of differentially expressed (DE) genes using the pumaDE
function and the limma package.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | compareLimmapumaDE(
eset_mmgmos
, eset_comb = NULL
, eset_other = eset_mmgmos
, limmaRes = calculateLimma(eset_other)
, pumaDERes = pumaDE(eset_comb)
, contrastMatrix = createContrastMatrix(eset_mmgmos)
, numberToCompareForContrasts = 3
, numberToCompareForVenn = 100
, plotContrasts = TRUE
, contrastsFilename = NULL
, plotOther = FALSE
, otherFilename = "other"
, plotBcombContrasts = FALSE
, bcombContrastsFilename = "bcomb_contrasts"
, plotVenn = FALSE
, vennFilename = "venn.pdf"
, showTopMatches = FALSE
, returnResults = FALSE
)
|
eset_mmgmos |
An object of class |
eset_comb |
An object of class |
eset_other |
An object of class |
limmaRes |
A list with two elements, usually created using the function |
pumaDERes |
A list with two elements, usually created using the function |
contrastMatrix |
A contrast matrix. If not supplied this will be created from |
numberToCompareForContrasts |
An integer specifying the number of most differentially expressed probe sets (genes) that will be used in comparison charts. |
numberToCompareForVenn |
An integer specifying the number of most differentially expressed probe sets (genes) that will be used for comparison in the Venn diagram. |
plotContrasts |
A boolean specifying whether or not to plot the most differentially expressed probe sets (genes) for each contrast for the |
contrastsFilename |
A character string specifying a file name stem for the PDF files which will be created to hold the contrast plots for the |
plotOther |
A boolean specifying whether or not to plot the most differentially expressed probe sets (genes) for each contrast for the |
otherFilename |
A character string specifying a file name stem for the PDF files which will be created to hold the contrast plots for the |
plotBcombContrasts |
A boolean specifying whether or not to plot the most differentially expressed probe sets (genes) for each contrast for the |
bcombContrastsFilename |
A character string specifying a file name stem for the PDF files which will be created to hold the contrast plots for the |
plotVenn |
A boolean specifying whether or not to plot a Venn diagram showing the overlap in the most differentially expressed probe sets (genes) as identified from the two different methods being compared. |
vennFilename |
A character string specifying the filename for the PDF file which will hold the Venn diagram showing the overlap in the most differentially expressed probe sets (genes) as identified from the two different methods being compared. |
showTopMatches |
A boolean specifying whether or not to show the probe sets which are deemed most likely to be differentially expressed. |
returnResults |
A boolean specifying whether or not to return a list containing results generated. |
The main outputs from this function are a number of PDF files.
The function only returns results if returnResults=TRUE
Richard D. Pearson
Related methods pumaDE
and calculateLimma
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.