library("prolfquapp")
pap <- example_qc_generator(Nprot = 10)
pap$get_prot_data()Create an example QC_generator object from simulated data
Description
Builds a QC_generator R6 object with simulated peptide data and fake FASTA-derived columns (protein_length, nr_tryptic_peptides) so that IBAQ computation works. Useful for vignette defaults and testing.
Usage
example_qc_generator(Nprot = 100)
Arguments
Nprot
|
number of simulated proteins (default 100) |
Value
a QC_generator R6 object