Import enzyme substrate preference files and parse sample type
1 2 3 4 5 6 7 8 9 10 11 12 | multi_sample(
path,
ptm_type = c("Oxidation (M)-M", "Carbamidomethylation-C", "Deamidation (NQ)-N",
"Deamidation (NQ)-Q", "Phosphorylation (STY)-Y", "Phosphorylation (STY)-T",
"Phosphorylation (STY)-S", "Acetylation (Protein N-term)-E",
"Acetylation (Protein N-term)-D", "Acetylation (Protein N-term)-M",
"Acetylation (Protein N-term)-S", "Acetylation (Protein N-term)-A",
"Acetylation (Protein N-term)-T", "Acetylation (Protein N-term)-G",
"Acetylation (Protein N-term)-C", "Acetylation (Protein N-term)-V",
"Pyro-glu from Q-Q"),
legacy = FALSE
)
|
path |
The directory containing the analyzed phosphoproteomics data |
ptm_type |
The post-translational modification to be analyzed and its targeted the amino acid. Currently, only one ptm type can be analyzed at a time. A list of ptm options can be accessed by typing 'ptm_key' |
legacy |
A logical parameter where TRUE is for files generated using the Galaxy-P KinaMine workflow. Is set to FALSE by default. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.