Description Usage Arguments Details Value Note Author(s) References See Also Examples
Heat map plot for tissue-specific enrichment analysis result.
1 | tsea.plot(tsea_result, threshold = 0.05)
|
tsea_result |
the result of tissue-specific enrichment analysis, which produced by "tsea.analysis", "tsea.analysis.multiple" or "tsea.expression.decode". |
threshold |
the p-value threshold to define if the gene list or RNA-seq data enriched in a given tissue, p-value greater than threshold will not be labeled in the plot. The default value is 0.05. |
Heat map plot for tissue-specific enrichment analysis result
Heatmap plot
nothing
Guangsheng Pei
Pei G., Dai Y., Zhao Z., Jia P. (2019) deTS: Tissue-Specific Enrichment Analysis to decode tissue specificity. Bioinformatics, In submission.
https://github.com/bsml320/deTS
1 2 3 4 5 6 | data(GWAS_gene_multiple)
data(GTEx_t_score)
query_gene_list = GWAS_gene_multiple
tsea_t_multi = tsea.analysis.multiple(query_gene_list,
GTEx_t_score, 0.05, p.adjust.method = "BH")
tsea.plot(tsea_t_multi, 0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.