Description Usage Arguments Author(s) Examples
A function to plot genes to chromosome association
1 |
de.df |
A dataframe of differentially expressed genes having columns log2FC, SYMBOLS, ENTREZID, GENE DESCRIPTION |
org |
Organism database, e.g. Homo.sapiens |
genome |
Genome version, e.g. mm10 |
plot |
type of output plot. bars provides a plot of the number of genes in any chromosomes. Chart provides a plot of the position of the genes on the chromosomes |
Raffaele A Calogero
1 2 | #de.lst <- plotChrs(de.df=de.selected, org="Mus.musculus", genome="mm10", plot="bar")
#de.lst <- plotChrs(de.df=de.selected, org="Mus.musculus", genome="mm10", plot="chart")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.