View source: R/promex_feature_plot.R
promex_feature_plot | R Documentation |
The feature map visualizes ProMex identified features (Monoiostopic Masses per Elution (Retention) Time window) colorized by relative abundance. This map is often used to compare one top-down analyses to another, as features are assigned to proteins downstream with MSPathFinderT.
promex_feature_plot(MS1FT, Proteins = NULL, Interactive = FALSE)
MS1FT |
An ms1ft object generated by get_ms1ft. Required. |
Proteins |
Subset down to specific proteins if Ic_Targets file was provided. Default is NULL. |
Interactive |
A logical to determine whether the plot should be interactive or not. Default is FALSE. |
## Not run:
# Use the ms1ft object outputted from get_ms1ft
promex_feature_plot(MS1FT = MS1FT)
promex_feature_plot(MS1FT = MS1FT, Proteins = c("SO_0239"), Interactive = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.