Skip to content

GoldfarbLab/TMTPurityCorrection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMTPurityCorrection

Installation

library(devtools)
install_github("GoldfarbLab/TMTPurityCorrection")

Usage

# Extract uncorrected reporter intensities from MaxQuant results
data <- read_tsv("evidence,txt") %>% select(matches("Reporter intensity \\d+"))
# Read in lot-specific impurity file
impurities <- read_csv("VJ309267.csv")
# Correct impurities
correctedIntensities <- correctTMTproImpurities(data, impurities)

Creating a lot-specific impurity file

  1. Find the data sheet for your lot at the bottom of: https://www.thermofisher.com/order/catalog/product/A44520#/A44520
  2. Create a csv file in the same format as data-raw/VJ309267.csv, which is created from the product sheet below.
  3. Note, the "extra" column's value is the row sum of impurities that don't correspond to a label.

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages