Bases: object
Object to calculate enrichment of Gene Ontology terms
Acceptable Gene Ontology tables can be downloaded from ENSEMBL’s BioMart tool: http://www.ensembl.org/biomart
Parameters: | data : pandas.DataFrame
|
---|
Bonferroni-corrected hypergeometric p-values of GO enrichment
Calculates hypergeometric enrichment of the features of interest, in each GO category.
Parameters: | features_of_interest : list-like
background : list-like, optional
p_value_cutoff : float, optional
cross_reference : dict-like, optional
min_feature_size : int, optional
min_background_size : int, optional
domain : str or list, optional
|
---|---|
Returns: | enrichment_df : pandas.DataFrame
|
Raises: | ValueError
|