Description Usage Arguments Value References Examples
A function that returns a bar graph showing gene expression of n genes with greatest difference of expression between two RNA seq data inputs
1 | differencesInGeneExpression(RNAseq1, RNAseq2, n = 1)
|
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. |
A bar graph indicating the amount of expression for the two RNAseq datasets for the n genes of highest differences between the two datasets
H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2016.
1 2 3 4 | ## Not run:
differencesInGeneExpression(BeforeBariatricSurgery, AfterBariatricSurgery)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.