Description Usage Arguments Examples
View source: R/plotGeneDistribution.R
Plot of distribution on selected gene
1 2 3 | plotGeneDistribution(gene, bamDataFrame,
geneData = directRNAExplorer::TAIR10_genes, range = 0,
genePart = "gene", ...)
|
gene |
Character with gene name. |
bamDataFrame |
Data frame converted to R using |
geneData |
Data frame with positions of all genes and their names, by default we use a |
range |
How many nucleotide before |
genePart |
The part of gene we want to visualize. |
... |
Optional arguments. |
1 2 3 | library(directRNAExplorer)
data <- brmDataChromosome1[brmDataChromosome1$pos >2002000 & brmDataChromosome1$pos < 2018000,]
plotGeneDistribution("AT1G06560", data, genePart="three_prime_UTR")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.