View source: R/functions_Stat.R
createPvalTab | R Documentation |
Create significant pvalue table
createPvalTab(
files,
pvaluelist = c(0.001, 0.01, 0.05, 0.1),
adjpvaluelist = 0.05,
foldchangelist = c(1.1, 1.5, 3),
html = FALSE
)
files |
(Status=required) vector of fit-model file names |
pvaluelist |
(datatype=vector, Default=c(0.001,0.01,0.05, 0.1)) |
adjpvaluelist |
(datatype=numeric, Default=0.05) |
foldchangelist |
(datatype=vector, Default=c(1.1,1.5,3)) |
html |
(datatype=logical, Default=FALSE) |
a summary table file
#example here
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.