Module epiclass.utils.chrY_bigwig_mean
This module provides functionalities compute the chrY and chrX mean signal from bigwig files.
Functions
def chunks(lst: List, n: int) ‑> Generator[List[~T], None, None]
-
Yield successive n-sized chunks from lst.
def compute_mean(file_path: Path) ‑> Tuple[str, int, int]
-
Compute mean signal value in chrY and chrX
Return Tuple[filename, chrY_mean, chrX_mean]
def main()
-
Main. See module docstring.
def parse_arguments() ‑> argparse.Namespace
-
argument parser for command line