def __init__(self, fasta_filename, prediction_type, cellgroup_mapping=None):
self._genome_handle = pysam.FastaFile(fasta_filename)
self.prediction_type = prediction_type
if cellgroup_mapping is not None:
self.cellgroup_mapping = cellgroup_mapping
self.C = len(self.cellgroup_mapping)
评论列表
文章目录