Description Usage Arguments Details Value References See Also Examples
Make a chi-square quantile-quantile plot.
1 2 |
stat |
vector of χ^2 statistics. |
df |
degrees of freedom of |
normal |
logical; set to |
rangeExpected |
logical; set to |
obsQuantiles |
observed quantiles to indicate by horizontal dash lines. By default, these are set to 50%, 75% and 95%. |
ylim |
they y limits of the plot. If 'NULL' (default), these will be obtained from the data. |
... |
further arguments to pass to the |
The main purpose of this function in the tweeDEseq
package is
to provide means to assess the goodness of fit of count data to the
negative binomial distribution. The main input argument stats
should be the output of gofTest
.
it returns invisibly a list with two components x
and y
corresponding to the coordinates of the plotted statistics.
Esnaola M, Puig P, Gonzalez D, Castelo R and Gonzalez JR (2013). A flexible count data model to fit the wide diversity of expression profiles arising from extensively replicated RNA-seq experiments. BMC Bioinformatics 14: 254
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.