semiq_cRIC: Enables the analysis of proteins with intensity values in at...

Description Usage Arguments Value Examples

View source: R/semiq_cRIC.R

Description

semiq_cRIC returns a tabular data with one additional summary column per sample that contains the number of detectable intensity values.

Usage

1
semiq_cRIC(aggregated_peptides, condition, relative, updown)

Arguments

aggregated_peptides

Dataframe output from agregate_singlepeptides

condition

Character, Condition to perform semi-quantitative analysis on

relative

Character, Condition to perform semi-quantitative analysis against

updown

Integer, Threshold for FC to keep semi-quantitative values

Value

Dataframe with semi-quantitative values

Examples

1
2
3
if(interactive()){
 semiq_cRIC(aggregatedRIC,condition = "hour4",relative = "mock" ,updown=2 )
}

demar01/RIC documentation built on Feb. 10, 2021, 5:25 p.m.