Identify Differentially Expressed Proteins
idep.RdIdentify Differentially Expressed Proteins
Arguments
- df
dataframe containing at least an ID-column and the proteins
- id
string, the column name of the individual IDs
- clus_col
string, column name containing the cluster membership
- pval
numeric, adjusted p-value to filter on, default is 0.05
- logf
numeric, log fold change to filter on, default is 1
- ex_col
vector, names of other columns to exclude from the df, only required to exclude columns not specified in
idorclus_col, or to exclude proteins specified inprot_col- prot_col
vector, names of the protein columns, if not specified, all columns not specified in
id,clus_col, andex_colwill be assumed proteins- norm
boolean, whether normalisation should be applied, default is TRUE