You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to cast param results to data.frame (if convert_ids=TRUE this happens in the id_convert function). For a DESeq results object, this just strips all classes preceding "data.frame" so that ggplot recognizes it as a data frame
If name_col is the default ('row.names'), geom_lable_repel layers fail in label assignment because name_col needs to be a column name: geom_label_repel(data = subset(results, name_col %in% genes & log2FoldChange > 0), aes(label = .data[[name_col]], size = factor(name_col %in% highlight_genes)), min.segment.length = 0.1, max.overlaps = max_overlaps, fill = alpha(c("white"), label_alpha), ylim = c(1, NA))