View source: R/parse_features.R View source: R/filter_TMT_PSMs.R
filter_TMT_PSMs | R Documentation |
Filter PSMs from TMT quantification to remove the following:
Missing values (NA
) for all tags
Interference/co-isolation above a set value (default=100, e.g no filtering)
Signal:noise ratio below a set value (default=0, e.g no filtering)
Filter PSMs from TMT quantification to remove the following
Missing values (NA) for all tags
Interference/co-isolation above a set value (default=100, e.g no filtering)
Signal:noise ratio below a set value (default=0, e.g no filtering)
filter_TMT_PSMs(
obj,
inter_thresh = 100,
sn_thresh = 0,
master_protein_col = "Master.Protein.Accessions",
inter_col = "Isolation.Interference.in.Percent",
sn_col = "Average.Reporter.SN",
verbose = TRUE
)
filter_TMT_PSMs(
obj,
inter_thresh = 100,
sn_thresh = 0,
master_protein_col = "Master.Protein.Accessions",
inter_col = "Isolation.Interference.in.Percent",
sn_col = "Average.Reporter.SN",
verbose = TRUE
)
obj |
|
inter_thresh |
|
sn_thresh |
|
master_protein_col |
|
inter_col |
|
sn_col |
|
verbose |
|
Returns an MSnSet
with the filtered PSMs.
MSnSet
with the filtered PSMs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.