farmsSummary: summarize peptide/PSM intensity into protein level relative...

Description Usage Arguments Value Author(s) Examples

View source: R/DEqMS.R

Description

This function is to calculate proteins'relative abundance by factor analysis

Usage

1
farmsSummary(dat,group_col=2)

Arguments

dat

an data frame with raw peptide or psm intensities

group_col

the column by which peptides/psm intensity are grouped. Usually it is the gene/protein id column. Default is 2

Value

a data frame containing protein relative abundance estimate in log2 scale

Author(s)

Yafeng Zhu

Examples

1
2
3
4
5
6
library(ExperimentHub)
eh = ExperimentHub(localHub=TRUE)
query(eh, "DEqMS")
dat.psm = eh[["EH1663"]]
# farms method does not tolerate missing values
dat.gene = farmsSummary(dat.psm,group_col=2) 

yafeng/DEqMS documentation built on June 3, 2020, 8:23 p.m.