Denoise
Description
The denoise method will denoise the data based on the minimum number of occurrence and the minimum resolution of the data.
Parameters
- max_ratio:
floatMaximum ratio of the data to be considered. - file_name:
strThe name of theSCDatato be processed, default isNone.
Example Usage
python
scmeta.denoise(max_ratio=0.1, file_name='HeLa')