twoGroupCountComparison | R Documentation |
Compares the counts of two groups with the option to choose from several methods to test them.
twoGroupCountComparison(rawData)
runGfold(rawData, scalingFactors, isSample, isRef)
runDeseq2(
x,
sampleGroup,
refGroup,
grouping,
grouping2 = NULL,
isPresent = NULL,
cooksCutoff = FALSE
)
runEdger(x, sampleGroup, refGroup, grouping, normMethod, priorCount = 0.125)
runGlm(
x,
sampleGroup,
refGroup,
grouping,
normMethod,
grouping2 = NULL,
priorCount = 0.125,
deTest = c("QL", "LR"),
robust = FALSE
)
rawData |
a list of raw data obtained from |
param |
a list of parameters:
|
Returns a list containing the results of the comparison.
runGfold
: Runs the Gfold test method.
runDeseq2
: Runs the Deseq2 test method.
runEdger
: Runs the EdgeR test method.
runGlm
: Runs the Glm test method.
Rehrauer, Hubert
Schmid, Peter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.