API
import greatpy as gp
Tools : tl
Create regulatory domain
|
Create regdoms according to the three association rules, to write the result in a file or not and to return the result as a pd.DataFrame |
greatpy computation
Main functions
|
Compute the enrichment GO terms for the test genomic region |
|
Compute the enrichment of GO term for multiple tests sets using bindome or a list of file path. |
Additional functions
|
Load all datasets needed for the enrichment calculation |
|
Create new columns in the dataframe with the Bonferroni correction |
|
Create new columns in the dataframe with the fdr correction |
|
Delete rows according to the p-value of the column taken as argument. |
utils additional tools
|
Determine number of peaks associated with each gene in the regulatory domain. |
|
Determine the distance from peaks to the transcription start site of the associated gene |
|
Determine the names of genes associated with at least one genomic region |
|
Calculate for each gene name the size of the regulatory region in the genome |
|
Calculate the number of hits from several genomic regions and the file describing the regulatory regions |
|
Calculate the binomial probability of obtaining k in a set of size n and whose probability is p |
|
Calculate the probability mass function for hypergeometric distribution |
|
Calculate the cumulative density funtion for hypergeometric distribution |
Plotting : pl
|
Create a scatterplot from a pandas dataframe between two columns. |
|
Creates a barplot representing the percentage of peaks for all possible association numbers |
|
Creation of a barplot of the distance between the peaks and the TSS of the associated gene(s). |
|
Creation of a barplot of the absolute distance between the peaks and the TSS of the associated gene(s). |
|
Creation of a dotplot of the enrichment GO term in the inputs datas |
|
Generate a dotplot with multiple categories |
|
Dotplot of enrichment GO terms for a given list of example genomic regions. |
|
Plot the comparaison between greatpy and Great from some files compute by |