parseDeutData | R Documentation |
Parse deuterium data into QFeature objects
parseDeutData( object, assayname = "incoperation", rownames = NULL, quantcol = NULL, filter = NULL, filterScore = 0.9, sequence = "pep_sequence", charge = "pep_charge", design = NULL )
object |
An object of class DataFrame |
assayname |
The name of assay. The Default is incoperation. |
rownames |
The rownames of the features. Default is NULL, in which case
the rownames are extract from the |
quantcol |
The columns wiht the quantitative data. |
filter |
Currently unused filter |
filterScore |
Currently usused filter score |
sequence |
The name of the column where the peptide sequence is stored. Default is "pep_sequence" |
charge |
The name of the column where the peptide charge is stored. Default is "pep_charge" |
design |
The design which will become the column names |
An instance of class QFeatures
storing the quantitative mass-spectrometry
data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.