AlistairCurd / PERPL-Python3

Apache License 2.0
6 stars 3 forks source link

Filter relative positions before using in modelling (e.g. before rot_2d_symm...) #7

Open AlistairCurd opened 1 year ago

AlistairCurd commented 1 year ago

Options to filter on all dimensions and dimension combinations in 2D and 3D.

i.e. options to filter by all of dX, dY, dXY in 2D;

and to filter by dX, dY, dZ, dXY, dXZ, dYZ, dXYZ in 3D

(read a delta sign for 'd')

Also choose histograms on which you wish to see the effect of this filtering, e.g. the effect on the dXY histogram of filtering out high dZ relative positions

AlistairCurd commented 1 year ago

See Get the axial (X) distances, without duplicates and Get the transverse (YZ) distances, without duplicates in in make_ACTN2_Affimer_PERPL_plots.ipynb

This may be best done by creating a new module, which will be very helpful going forward.

I'm happy to meet and explain if that is needed!