select_indices: Allows for selecting some peptide from input data
Description
Function allows for picking indices from the inputs based on:
peptide start or end residue, length, state or timepoint.
If parameters set to NA, condition is skipped.
Usage
select_indices(df, start = NA, end = NA, length = NA, times = NA, states = NA)
Value
Row indices of the peptides that are fulfilling the conditions required.
Arguments
df
input file (output of output_tc or output_tp)
start
provide number for the staring residue, default NA