def load_python_matrices(data_dir, struct_idx=0): """Load K and M matrices from Python .pt files.""" data_dir = Path(data_dir) K_data = torch.load(data_dir / 'K_data ...
OmicsCanvas is a Python (v3.9) toolkit for integrated analysis of transcriptomic, epigenomic, and epitranscriptomic sequencing data. It takes peak-centric assays (e.g., ChIP-seq/ATAC-seq/m6A-seq) and ...