library_polycl: For one peptide library, identify proteins from annotation...

View source: R/polyclonal.R

library_polyclR Documentation

For one peptide library, identify proteins from annotation file, and then call protein_polycl for each protein.

Description

For one peptide library, identify proteins from annotation file, and then call protein_polycl for each protein.

Usage

library_polycl(
  data,
  annot,
  pairs,
  method = "independence_filter",
  verbose = TRUE
)

Arguments

data

Data frame with one library's hits data

annot

Annotation file.

pairs

Data frame of BLAST aligning pairs within each protein.

method

Character string signifying which scoring method to use for evaluation. independence_filter or old_method.

verbose

Logical whether or not to print progress.


brandonsie/phipmake documentation built on March 15, 2023, 3:24 p.m.