
Read MSFragger-Glyco result
read_msfragger.Rd
MSFragger-Glyco is a software for glycopeptide identification and quantification.
This function reads in the result file and returns a glyexp::experiment()
object.
Arguments
- dp
The directory path of the MSFragger-Glyco result folder.
- sample_info
File path of the sample information file (csv), or a sample information data.frame/tibble.
- quant_method
Quantification method. Either "label-free" or "TMT".
- glycan_type
Glycan type. Either "N" or "O". Default is "N".
- sample_name_converter
A function to convert sample names from file paths. The function should take a character vector of old sample names and return new sample names. Note that sample names in
sample_info
should match the new names. If NULL, original names are kept.
Value
An glyexp::experiment()
object.