| visualizeTestStatHistogram {OmicsLonDA} | R Documentation |
Visualize sest statistics empirical distribution
visualizeTestStatHistogram(omicslonda_object = NULL, text = "FeatureName", fit.method = "ssgaussian", prefix = "Test")
omicslonda_object |
The returned object from omicslonda analysis |
text |
Feature name |
fit.method |
fitting method |
prefix |
prefix to be used to create directory for the analysis results |
null
Ahmed Metwally (ametwall@stanford.edu)
library(SummarizedExperiment)
data(omicslonda_data_example)
visualizeTestStatHistogram(omicslonda_object = omicslonda_data_example$omicslonda_results,
text = "Feature_1",
fit.method = "ssgaussian", prefix = tempfile())