MCPcopy Create free account
hub / github.com/PharMolix/SToFM / __init__

Method __init__

preprocessing/preprocess.py:6–7  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

4
5class SToFMTranscriptomeTokenizer(TranscriptomeTokenizer):
6 def __init__(self, *args, **kwargs):
7 super().__init__(*args, **kwargs)
8
9 def tokenize_anndata(self, data):
10 if self.custom_attr_name_dict is not None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected