DifferencesInGeneExpression: Bar Graph showing difference in gene expression of n genes

Description Usage Arguments Value References Examples

Description

A function that returns a bar graph showing gene expression of n genes with greatest difference of expression between two RNA seq data inputs

Usage

1
differencesInGeneExpression(RNAseq1, RNAseq2, n = 1)

Arguments

RNAseq1

A dataframe of names of genes and their count values as expression quantities from a RNAseq experiment

RNAseq2

A dataframe of names of genes and their count values as expression quantities from a RNAseq experiment

n

The amount of genes with the largest difference in gene expression to be displayed in the bar graph. Default value is 1.

Value

A bar graph indicating the amount of expression for the two RNAseq datasets for the n genes of highest differences between the two datasets

References

H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2016.

Examples

1
2
3
4

diannamcallister/MethylExpress documentation built on Dec. 31, 2020, 11:19 p.m.