View source: R/summary_HyperGeometrics_Table.R
summary_HyperGeometrics_Table | R Documentation |
Summarized States Fetal Placenta for significant, hyper and hypo in a data frame
summary_HyperGeometrics_Table(
significative,
significativehyper,
significativehypo,
criteria,
resformat = "long",
outputdir = ".",
outputfile = NULL,
plot = TRUE
)
significative |
boolean vector with significant = 'yes' in significant values for BN, FDR, p-value .... |
significativehyper |
boolean vector with significanthyper='yes' if CpG is significant for BN, FDR, p-value ... and CpG is hyper-methylated |
significativehypo |
boolean vector with significanthypo='yes' if CpG is significant for BN, FDR, p-value ... and CpG is hyper-methylated |
criteria |
string vector with values to take in to account to perform summarize, for example Chromatine States 15 Fetal Placenta |
resformat |
string, if 'long' returns a extended table to use with plot else returns a compacted table |
outputdir |
string. Output path to store file with results, by default results are written in current dir |
outputfile |
string. File name to store results if no name is provided results are not written.The suffix "_States_FP" and the prefix "Porp" are added to file name provided. |
plot |
boolean. If plot is TRUE, plot results |
Dataframe with summarized data (extended version)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.