Merge cells
Description
The merge_cell method will merge the cells based on the occurrence of the data in the data set.
Parameters
- count:
intMinimum number of occurrence to be considered. - file_name (optional):
strThe name of theSCDatato be processed, default isNone.
Example Usage
python
scmeta.merge_cell(count=3, file_name='HeLa')