Description Usage Arguments Value Examples
View source: R/ms_clean_conditionrename.R
Function to clean up read-in dataset, mainly to remove not-quantified entries
1 2 3 4 5 6 7 8 |
data |
dataset to be cleaned up |
nread |
number of reading channels or sample treatements, default value 10 |
remkeratin |
whether to remove Keratin protein, which is generally considered as a common contaminant, default set to TRUE |
remserum |
whether to remove Serum albumin protein, which is generally considered to be from culture medium, default set to TRUE |
remtrypsin |
whether to remove trypsin protein, which is generally considered to be from digestion reaction, default set to TRUE |
remsinglecondprot |
whether the orphan proteins that appear only in one of the datasets should be removed, default set to FALSE |
a dataframe after clean-up
1 2 3 4 | ## Not run:
ITDRdata_cleaned <- ms_clean(ITDRdata)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.