Description Usage Arguments Value Examples
View source: R/coverageDataSet.R
This function computes data for a specific gene and remove intronic regions.
1 |
coverageDataSet |
an objet of type |
name |
a character vector indicating the gene name. |
introns |
an objet of type |
An objet of type geneCoverage containing the coverage values
for the specified gene
for all the samples in coverageDataSet
.
1 2 3 | data(rna_seq_signals)
data(introns)
gene_coverage(rna_seq_signals, "YER109C", introns)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.