Turns the output of the lattice_peps function into a list of list of candidate groups. Each sub-list corresponds to a list of completely disconnected candidate groups which can be fed to BLiP separately (this saves computation).
lattice_peps_to_cand_groups.Rd
Turns the output of the lattice_peps function into a list of list of candidate groups. Each sub-list corresponds to a list of completely disconnected candidate groups which can be fed to BLiP separately (this saves computation).
Usage
lattice_peps_to_cand_groups(
filtered_peps,
min_blip_size = 5000,
verbose = F,
shape = "square",
max_pep = 1
)