L2FC.violin: Log2 Fold-Change Distribution

Description Usage Arguments Value See Also Examples

View source: R/L2FC.violin_function.R

Description

Violin plot visualizing log2 fold-change values

Usage

1
2
3
4
5
6
7
L2FC.violin(
  L2FC,
  input = "L2FC",
  variable = "time",
  save.plot = F,
  print.plot = T
)

Arguments

L2FC

input matrix containing log2 fold-change values

input

string identifying what type of input L2FC is (this function can also be used for visualizing CRISPR scores and CRISPR screen scores)

variable

string identifying what variable was used to calculate L2FC values (for plot title purposes only)

save.plot

logical - do you want to save the violin plot to pdf

print.plot

logical - do you want to print the violin plot

Value

ggplot object of the violin plot

See Also

ggplot which this function uses to plot

Examples

1
L2FC.violin(L2FC.table)

christensensm/COMPOSE documentation built on Dec. 22, 2020, 3:43 a.m.