View source: R/cand_groups_cts.R
lattice_peps_to_cand_groups | R Documentation |
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( filtered_peps, min_blip_size = 5000, verbose = F, shape = "square", max_pep = 1 )
filtered_peps |
An output of the lattice_peps function |
min_blip_size |
Combines connected components so all subproblems are at least this size. |
verbose |
If true, will give progress reports over time. |
shape |
One of 'square' or 'circle'. |
max_pep |
The maximum pep for candidate groups. |
A list of list of candidate groups.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.