plot_volcano: Plots volcano plot of differential expression analysis

View source: R/polya_plots.R

plot_volcanoR Documentation

Plots volcano plot of differential expression analysis

Description

Plots volcano plot of differential expression analysis

Usage

plot_volcano(
  input_data,
  transcript_id_column,
  labels = FALSE,
  nlabels = 10,
  ...
)

Arguments

input_data

a table with output from calculate_diff_exp_binom or calculate_polya_stats

transcript_id_column

column used for transcript id

labels

show point labels using ggrepel

nlabels

number of labels to show #'

...

parameters passed to .basic_aesthetics function (scale_x_limit_low = NA, scale_x_limit_high = NA, scale_y_limit_low = NA, scale_y_limit_high = NA, color_palette = "Set1",plot_title=NA)

Value

ggplot object


smaegol/nanotail documentation built on June 29, 2024, 12:35 a.m.