countStats | R Documentation |
Counts Z-score stats of precursors
countStats(report, Q_THR = 0.01, feature_value = "Precursor.Quantity")
report |
DIA-NN report file |
Q_THR |
Q-value filtering threshold, default: 0.01 |
feature_value |
feature value to count |
returns tbl with Z-scores of feature values from feature_value
diann_report %>% filter(!grepl(pattern = ".*?BLANK.*?", perl = T, ignore.case = T, x = File.Name)) %>% #removes blanks countStats() -> report_stats
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.