@caelanradford, this pull request implements polyclonal 4.1, which contains this addition.
The key addition is that you can now specify certain sites or ranges of sites to be shown in the polyclonal line and heatmaps.
In context of dms-vep-pipeline, that can be done via plot_kwargs.
You can specify a range of sites, or specific sites to include. See cells 10 and 11 here for an example.
Note that this also uses the newer fitting, but I think if you set fit_kwargs to have fix_hill_coefficient: true and fix_non_neutralized_frac: true then you should still get old fits (let me know if not true).
@caelanradford, this pull request implements
polyclonal
4.1, which contains this addition.The key addition is that you can now specify certain sites or ranges of sites to be shown in the
polyclonal
line and heatmaps.In context of
dms-vep-pipeline
, that can be done viaplot_kwargs
.You can specify a range of sites, or specific sites to include. See cells 10 and 11 here for an example.
Note that this also uses the newer fitting, but I think if you set
fit_kwargs
to havefix_hill_coefficient: true
andfix_non_neutralized_frac: true
then you should still get old fits (let me know if not true).