API Reference
Modules
Classes
harmonypy_gpu.Harmonypp.ScaleSC: ScaleSC integrated pipeline in a scanpy-like style.trim_merge_marker.UFtrim_merge_marker.data2UFutil.AnnDataBatchReader: Chunked dataloader for extremely large single-cell dataset. Return a data chunk each time for further processing.
Functions
harmonypy_gpu.get_dummies: Return a sparse dummy matrix.harmonypy_gpu.get_usageharmonypy_gpu.moe_correct_ridgeharmonypy_gpu.run_harmony: Run Harmony.harmonypy_gpu.safe_entropyharmonypy_gpu.to_csc_cuda: Move to GPU as a csc_matrix, speed up column slice.harmonypy_gpu.to_csr_cuda: Move to GPU as a csr_matrix.kernels.get_find_indiceskernels.get_mean_var_majorkernels.get_mean_var_minortrim_merge_marker.X_to_GPU: Transfers matrices and arrays to the GPU.trim_merge_marker.adata_cluster_merge: Need a description.trim_merge_marker.wrappertrim_merge_marker.wrappertrim_merge_marker.wrappertrim_merge_marker.find_cluster_pairs_to_mergetrim_merge_marker.find_markerstrim_merge_marker.fraction_cells: Given adata.X (n cells * m genes), ctype_col (a column name in adata.obs that stores the cell type annotation), and a glist (for example, [gene1, gene2, ..., genek])trim_merge_marker.marker_filter_sorttrim_merge_marker.wrappertrim_merge_marker.myNSForesttrim_merge_marker.wrappertrim_merge_marker.wrappertrim_merge_marker.wrappertrim_merge_marker.specificity_scoretrim_merge_marker.stds: Variance of sparse matrix atrim_merge_marker.timerutil.check_dtype: Convert dtype tofloat32orfloat64.util.check_nonnegative_integers: Check ifXis a nonnegative integer matrix.util.correct_leidenutil.csr_col_indexutil.csr_indptr_to_coo_rowsutil.csr_row_index: Populate indices and data arrays from the given row index.util.filter_cells: Cell filtering according to min and max gene counts.util.find_indicesutil.gc: Release CPU and GPU RAMutil.get_mean_var: Calculating mean and variance of a given matrix based on customized kernels.util.harmony: Harmony GPU version.util.svd_flip: Flip the signs of loading according to sign(max(abs(loadings))).util.write_to_disk
This file was automatically generated via lazydocs.