Description Usage Arguments Value Examples
View source: R/cAMARETTO_HTMLreport.R
cAMARETTO_HTMLreport
Creates a HTMLreport for the community AMARETTO results
1 2 3 4 5 6 | cAMARETTO_HTMLreport(cAMARETTOresults, cAMARETTOnetworkM,
cAMARETTOnetworkC, PhenotypeTablesList = NULL, output_address = "./",
HTMLsAMARETTOlist = NULL, CopyAMARETTOReport = TRUE,
hyper_geo_reference = NULL, hyper_geo_reference_gp = NULL,
hyper_geo_reference_cp = NULL, imaging_phenotypes_keywords = NULL,
driverGSEA = TRUE, NrCores = 2)
|
cAMARETTOresults |
The output of the Results function. |
cAMARETTOnetworkM |
The output of the Module Network function. |
cAMARETTOnetworkC |
The output of the Identify Communities function. |
PhenotypeTablesList |
List of Phenotype Association Tables for different AMARETTO runs. |
output_address |
The output repository for the HTML report. |
HTMLsAMARETTOlist |
A list with AMARETTO reports to link with the Community AMARETTO report. If NULL, no links are added. |
CopyAMARETTOReport |
Boolean to indicate if the AMARETTO reports needs to be copied in the AMARETTO report directory. In this way links are contained when moving the HTML directory. |
hyper_geo_reference |
A reference gmt file to perform the Hyper Geometric Test. |
driverGSEA |
if TRUE, driver genes beside the target genes will also be included for hypergeometric test. |
NrCores |
Number of Cores to use during generation of the HTML report. |
A set of HTMLs, giving caracteristics of the communities
1 | cAMARETTO_HTMLreport(cAMARETTOresults,cAMARETTOnetworkM, cAMARETTOnetworkC,HTMLsAMARETTOlist = HTMLsAMARETTOlist, hyper_geo_reference = gmtfile, output_address= "./")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.