README.md

GEX

Generate XICs and mass spectra for theoretical charge states of target protein sequences with or without isotopic depletion or carbamidomethylation.

Installation

Install from GitHub:

remotes::install_github("davidsbutcher/GEX")

Usage

The main functionality of the package is split into two functions, make_every_XIC and make_every_spectrum. The output of make_every_XIC must be used for make_every_spectrum.

Arguments to make_every_XIC

Mandatory

Optional

Arguments to make_every_spectrum

The only mandatory argument to make_every_spectrum is the output from make_every_XIC, which should be the first argument (see example below).

Optional

Example run with minimal arguments

library(GEX)

XIC_output <-
   make_every_XIC(
      rawFileDir = "C:/Users/dbutcher/Documents/raw_files",
      rawFileName = "example_file.raw",
      targetSeqData = "input/example_sequences.csv",
      outputDir = "C:/Users/dbutcher/Documents/GEX_output"
   )

GEX_timer <-
   make_every_spectrum(
      XIC_output
   )


davidsbutcher/meXICan-spectrum documentation built on Sept. 1, 2021, 1:35 p.m.