Description Usage Arguments Value Examples
View source: R/avg_intensity_RT.R
Input an evidence file from MaxQuant and a file containing a list of proteins of interest (optional). The function will summarize from the evidence file and report back the average intensity, average retention time, and the average caliberated retention time. If a list of proteins is provided, then only those proteins will be summarized and returned.
1 2 3 4 5 6 7 | artmsAvgIntensityRT(
evidence_file,
protein_file = NULL,
output_file = FALSE,
species,
verbose = TRUE
)
|
evidence_file |
(char) The filepath to the MaxQuant searched data (evidence) file (txt tab delimited file). |
protein_file |
(char) The filepath to a file or vector conatining a list of proteins of interest. |
output_file |
(char) The file name for the results
(must have the extension |
species |
(char) The species name.
Check |
verbose |
(logical) |
An R object with the results and a file with the results (if the output_file argument is provided). It contains averages of Intensity, Retention Time, Caliberated Retention Time
1 2 | ave_int <- artmsAvgIntensityRT(evidence_file = artms_data_ph_evidence,
species = "human")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.