epiout.utils
Submodules
Package Contents
Functions
|
Convert genomic intervals to peak string |
|
Write a batch of dataframes to a csv file. |
|
|
|
- epiout.utils.peak_str(df: Union[pandas.DataFrame, pyranges.PyRanges])
Convert genomic intervals to peak string
- Parameters
df – genomic intervals as pyranges or dataframe
- epiout.utils.df_batch_writer(df_iter, output)
Write a batch of dataframes to a csv file.
- epiout.utils.logit(x, eps=1e-07)
- epiout.utils.trim_mean(x, proportiontocut=0.125, axis=0)