R/analysisQuantifications.R
artmsGeneratePhSiteExtended.Rd
Generate extended detailed ph-site file, where every line is a ph site instead of a peptide. Therefore, if one peptide has multiple ph sites it will be breaking down in each of the sites. This file will help generate input files for tools as Phosfate or PHOTON
artmsGeneratePhSiteExtended( df, pathogen = "nopathogen", species, ptmType, output_name )
df | (data.frame) of log2fc and imputed values |
---|---|
pathogen | (char) Is there a pathogen in the dataset as well? Available
pathogens are |
species | (char) Main organism (supported for now: |
ptmType | (char) It must be a ptm-site quantification dataset. Either:
yes: |
output_name | (char) A output file name (extension |
(data.frame) extended version of the ph-site
if (FALSE) { artmsGeneratePhSiteExtended(df = dfobject, species = "mouse", ptmType = "ptmsites", output_name = log2fc_file) }