plotFeatureCounts | R Documentation |
Plots feature counts
plotFeatureCounts( report, metadata, Q_THR = 0.01, run_order_var = "run_order", features = c("Protein.Group", "Protein.Ids", "Precursor.Id") )
metadata |
experiment description to arrange by run_order output from |
run_order_var |
variable for sample running order |
report |
DIA-NN report file |
Q_THR |
Q-value filtering threshold (Default) |
features |
list of features to plot, e.g. c("Protein.Group", "Protein.Ids", "Precursor.Id") |
plotFeatureCounts(diann_report, Q_THR = 0.01, features = c("Protein.Ids", "Precursor.Id"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.