As title says, when executing:
Calculate contamination using marker genes
soup_channel = soupx.calculateContaminationFraction(
soup_channel,
{'Group1': my_genes},
non_expressing
)
The following error appears:
AttributeError: module 'soupx' has no attribute 'calculateContaminationFraction'
As title says, when executing:
Calculate contamination using marker genes
soup_channel = soupx.calculateContaminationFraction(
soup_channel,
{'Group1': my_genes},
non_expressing
)
The following error appears:
AttributeError: module 'soupx' has no attribute 'calculateContaminationFraction'