TIL
/
gseapy 사용법
Search
🛠️
gseapy 사용법
Installation
conda install
-
c bioconda gseapy
Python
복사
Documentation
Welcome to GSEAPY's documentation! - GSEApy 0.10.0 documentation
I would like to use Pandas to explore my data, but I did not find a convenient tool to do gene set enrichment analysis in python. So, here are my reasons:
Quickstart
import
gseapy
as
gp result
=
gp
.
enrichr
(
symbols
,
'GO_Biological_Process_2015'
)
.
res2d
.
sort_values
(
'Adjusted P-value'
)
Python
복사