artmsDataPlots: Individual Normalized abundance dot plots for every protein

View source: R/plots.R

artmsDataPlotsR Documentation

Individual Normalized abundance dot plots for every protein

Description

Protein abundance dot plots for each unique uniprot id. It can take a long time

Usage

artmsDataPlots(input_file, output_file, verbose = TRUE)

Arguments

input_file

(char) File path and name to the -normalized.txt output file from MSstats

output_file

(char) Output file (path) name (add the .pdf extension)

verbose

(logical) TRUE (default) shows function messages

Value

(pdf) file with each individual protein abundance plot for each conditions

Examples

## Not run: 
artmsDataPlots(input_file = "results/ab-results-mss-normalized.txt",
               output_file = "results/ab-results-mss-normalized.pdf")

## End(Not run)

kroganlab/artMS documentation built on July 7, 2023, 5:35 a.m.