Closed jburos closed 7 years ago
I see the following error when running:
from cohorts.functions import missense_snv_count, median_vaf_purity df = cohort.as_dataframe(on = [missense_snv_count, median_vaf_purity], normalized_per_mb=True)
Output:
Error in py_call_impl(callable, dots$args, dots$keywords) : TypeError: ("median_vaf_purity() got an unexpected keyword argument 'normalized_per_mb'", 'occurred at index 0')
Oops!
I see the following error when running:
Output: