plot_purity {tidyestimate} | R Documentation |
Plot Affymetrix purity scores against ESTIMATE study purity scores
Description
Plot Affymetrix purity scores against ESTIMATE study purity scores
Usage
plot_purity(scores, is_affymetrix)
Arguments
scores |
a |
is_affymetrix |
logical. Are these data from an Affymetrix experiment?
Must be |
Value
a ggplot
Examples
filter_common_genes(ov, id = "hgnc_symbol", tidy = FALSE, tell_missing = TRUE, find_alias = TRUE) |>
estimate_score(is_affymetrix = TRUE) |>
plot_purity(is_affymetrix = TRUE)
[Package tidyestimate version 1.1.1 Index]