plot_gene_values: Plot values per genes

View source: R/DESeq2_functions.R

plot_gene_valuesR Documentation

Plot values per genes

Description

Plot DESeq2 normalization values using ggplot2

Usage

plot_gene_values(
  gene,
  tableCounts,
  targetsFile,
  condition,
  out_folder,
  print2file = TRUE
)

Arguments

gene

Gene ID

tableCounts

Expression counts. Samples as columns

targetsFile

Phenothypic information. Sampes as rows.

condition

List of phenotypic condition to retrieve in targestFile

out_folder

Out folder to create plot


HCGB-IGTP/HCGB.IGTP.DAnalysis documentation built on April 13, 2025, 12:03 a.m.