Description Usage Arguments Value Author(s)
Compute P-values from F scores using the methods available in the vegan
package.
Method adonis
is used for sQTL testing and method
betadisper
for svQTLs.
1 2 3 4 5 6 7 | compPvalue(
res.df,
tre.mt,
min.nb.ext.scores = 1000,
nb.perm.max = 1e+06,
svQTL = FALSE
)
|
res.df |
a data.frame with the F scores and number of groups. |
tre.mt |
a matrix with the transcript relative expression (samples x transcripts). |
min.nb.ext.scores |
the minimum number of permuted scores higher than 'F.lead' to allow the computation to stop. Default is 1000. |
nb.perm.max |
the maximum number of permutations. Default is 1e6. |
svQTL |
should svQTL test be performed instead of sQTL. Default is |
An updated data.frame res.df with new columns 'pv' and 'nb.perms'.
Diego Garrido-Martín, Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.