Description Usage Arguments Value Examples
View source: R/filter_MaxQuant.R
filter_MaxQuant
imports a proteinGroups table from MaxQuant
and filter rows with a '+' on columns to filter provided by user.
1 | filter_MaxQuant(proteins, tofilter)
|
proteins |
Data.frame, Protein table originating from MaxQuant. |
tofilter |
Character, Name of the column(s) containing features to be filtered on. |
dataframe
1 2 3 4 5 | if(interactive()){
proteins_filtered <- filter_MaxQuant(prot.raw,
tofilter= c("Reverse" , "Potential.contaminant" ,"Only.identified.by.site"))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.