read_maxquant_prot | R Documentation |
Read, clean and annotate MS TMT data with Maxquant process data and meta file.
read_maxquant_prot( prot_raw, meta, name = "defalut", reference = FALSE, analysis_type = "TMT", exclusion_status = "none", normalization_status = c("none") )
prot_raw |
A DataFrame of proteinGroups from MaxQuant. |
meta |
A DataFrame of metafile. |
name |
A character of the name. |
reference |
A boolean. |
analysis_type |
A character. |
exclusion_status |
A character. |
normalization_status |
A vector. |
Input MaxQuang processed MS TMT data and meta file, then return a MSDataSet object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.