tsea.plot: Tissue-specific enrichment analysis result heatmap plot

Description Usage Arguments Details Value Note Author(s) References See Also Examples

Description

Heat map plot for tissue-specific enrichment analysis result.

Usage

1
tsea.plot(tsea_result, threshold = 0.05)

Arguments

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.

Details

Heat map plot for tissue-specific enrichment analysis result

Value

Heatmap plot

Note

nothing

Author(s)

Guangsheng Pei

References

Pei G., Dai Y., Zhao Z., Jia P. (2019) deTS: Tissue-Specific Enrichment Analysis to decode tissue specificity. Bioinformatics, In submission.

See Also

https://github.com/bsml320/deTS

Examples

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)

deTS documentation built on May 2, 2019, 4:51 a.m.