Description Usage Arguments Details Value
Converts the results obtained from protein-SIP experiment into a MetaProfiler class. If using result files, then the extension must be either be a csv or tsv.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | MetaProfiler(
design,
data,
time_unit,
time_zero = 0,
isotope = "N",
peptide_centric = T,
light_peptide = T,
as_percentage = T,
incorporation_name,
incorporation_columns = "auto",
intensity_name,
intensity_columns = "auto",
labeling_ratio_name = NULL,
labeling_ratio_columns = "auto",
labeling_ratio_threshold = NA,
score_name = NULL,
higher_score_better = T,
score_columns = "auto",
score_threshold = NA,
peptide_column_PTMs = "guess",
peptide_column_no_PTMs = "guess",
accession_column = "guess",
accession_pattern = "[OPQ][0-9][A-Z0-9]{3}[0-9]|[A-NR-Z][0-9]([A-Z][A-Z0-9]{2}[0-9]){1,2}",
compute_razor_protein = F,
pep2pro = NULL,
pep2pro_peptide_column = "guess",
pep2pro_accession_column = "guess",
pep2pro_accession_pattern = accession_pattern,
pep2taxon = NULL,
pep2taxon_peptide_column = "guess",
rank_columns = "guess",
pro2func = NULL,
pro2func_accession_column = "guess",
pro2func_accession_pattern = accession_pattern,
function_columns = "guess",
annotate_by = c("unmodified", "modified"),
feature_type_column = NULL,
feature_type = c("feature", "id"),
progress = T,
trace = T,
...
)
|
design |
A |
data |
Either a |
time_unit |
The unit for the timepoints. |
time_zero |
Numeric value denoting the timepoint when the diet was switched. Defaults to zero. |
isotope |
A character value specifying the stable isotope. Should correspond to one of the elements in the periodic table. |
peptide_centric |
Logical value specifying if analysis is done at the peptide or protein level. |
as_percentage |
Should incorporation and labeling ratio values be presented as percentages? |
incorporation_name |
A character value denoting the name of the incorporation value.
If |
incorporation_columns |
A character vector detailing the names of the columns containing the incorporation
values. Can be set to |
intensity_name |
Silmilar to |
intensity_columns |
Silmilar to |
labeling_ratio_name |
Silmilar to |
labeling_ratio_columns |
Silmilar to |
labeling_ratio_threshold |
A numeric value that specifies the minimum labeling ratio needed for the heavy peptide or protein to be kept for downstream analysis. |
score_name |
Silmilar to |
score_columns |
Silmilar to |
score_threshold |
A numeric value that specifies the minimum or maximum score needed for the heavy peptide or protein to be kept for downstream analysis. |
peptide_column_PTMs |
A character value. Specifies the name of the column containing the peptide sequence
with post translational modifications (PTMs). If set to |
peptide_column_no_PTMs |
Similar to |
accession_column |
A character value which specifies the name of the column containing the protein accession
IDs. Can be set to |
accession_pattern |
A string regex. Only used when |
compute_razor_protein |
If set to |
pep2pro |
A character value for the filename or a |
pep2pro_peptide_column |
A character value for the peptide column in |
pep2pro_accession_column |
A character value for the protein accessions IDs column in |
pep2pro_accession_pattern |
See |
pep2taxon |
A character value for the filename or a |
pep2taxon_peptide_column |
A character value for the peptide column in |
rank_columns |
A character vector for the phylogenetic rank columns in |
pro2func |
A character value for the filename or a |
pro2func_accession_column |
A character value for the protein accessions IDs column in |
pro2func_accession_pattern |
See |
function_columns |
A character vector for the protein function columns in |
feature_type_column |
A character value specifying the name of the column containing the type of feature the heavy peptide was identified/quantified from. If using results from MetaProSIP, the reference used for heavy peptide identification can be either from a feature (i.e. the group of peaks in the retention time and mass to charge ratio dimension belonging to a single peptide entity) or from a pseudo-feature (i.e. the theoretical position of the unlabeled feature using sequence information only). |
feature_type |
A character vector for the types of feature contained in |
progress |
If |
trace |
If |
annotate_by_peptide_with_PTMs |
A logical value that specifies whether functional and taxonomic annotation
is done using peptide sequences with PTMs, |
# Labeling Ratio
labeling_ratio_name
denotes the relative ratio between the light peptide and the estimated
intensity of the heavy peptide. When using an unlabeled protein-spike in, LR measures the proportion of proteins
that are produced using the heavy stable isotope relative to the protein at time_zero
. By taking this
measure over time, the rate of newly synthesized proteins that incorporate the stable isotope can be estimated.
Labeling ratio is calculated using equation:
(IH)/(IL+IH),
where IL is the sum of the intensities of the unlabeled peptides or proteins and IH is the sum of the
intensities of the heavy peptides or proteins.
# Elemental Flux
incorporation_name
describes the elemental flux of the isotope, which is measured using the average proportion of the stable isotope
incorporated in a peptide of interest. By characterizing the functional and taxonomic origin of the peptide,
it gives insight on how and where the stable isotopic substrate is being converted into biomass. Thus, measuring
the elemental flux can predict where this substrate is limited. Incorporation is calculated using equation:
(H-M)/(F-M),
where H is the m/z position at the center of the predicted isotopic distribution of the heavy peptide, M is the monoisotopic peak of the light peptide, and F is the m/z position of the fully labeled peptide.
Returns an object of class MetaProfiler.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.