View source: R/countsPerGene.R
Function countsPerGene create a list with three data frames containing counts for gene or choosen gene part.
| 1 2 3 | countsPerGene(datawt = list(), databrm = list(), datac = list(), gene,
  geneData = directRNAExplorer::TAIR10_genes, genePart = "gene",
  type = "unique")
 | 
| datawt | a list of bamDataFrames received after use the  | 
| databrm | a list of bamDataFrames received after use the  | 
| datac | a list of bamDataFrames received after use the  | 
| gene | a character to indicate for which gene we compute the counts | 
| geneData | a data.frame containing informations about genes | 
| genePart | a character to indicate for what gene part we want to compute the counts, by default it is the "gene" | 
| type | a character to indicate whether we count unique counts or all of them | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.