create_mdata | R Documentation |
This function uses the information from the identified feature data to create
a feature metadata data frame. This data frame will be used at the end of the
TopPICR
pipeline when creating an MSnSet
object.
create_mdata(x, errors, n_mme_sd, n_rt_sd)
x |
A |
errors |
A |
n_mme_sd |
A numeric value indicating the number of standard deviations in ppm. This value is used as the threshold for determining if two clusters (from two different genes) have the same centroid in mass space. |
n_rt_sd |
A numeric value representing the number of standard deviations in seconds. This value is used as the threshold for determining if two clusters (from two different genes) have the same centroid in retention time space. |
A data.table
with a row for each unique combination of Gene
,
pcGroup
, and Proteoform
. The collision
variable indicates which
clusters have the same centroid across different genes. The
data.table
also contains other proteoform information such as
protein length, UniProt accession, and first and last amino acid among
others.
Evan A Martin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.