Learn R Programming

tidyestimate (version 1.1.1)

plot_purity: 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)

Value

a ggplot

Arguments

scores

a data.frame, usually one output from estimate_score

is_affymetrix

logical. Are these data from an Affymetrix experiment? Must be TRUE - this is essentially a verification from the user

Examples

Run this code
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)

Run the code above in your browser using DataLab