Description Usage Arguments Value Author(s) Examples
Counts the number of significant transcripts of the same gene
1 | transcript_count(result, annotations, type = "ensembl_gene_id")
|
result |
A matrix of data. Columns = samples, rows = genes,transcripts,CpG... |
annotations |
The design of the experiment (object) |
type |
The type of ensembl ID used, e.g. ensembl_gene_id |
Linear model contrast ...
Simon J Pelletier
1 2 3 4 5 | expr.matrix=readRDS("data/expr_matrix_LGVD.rds")
results=readRDS("data/results_LGVD.rds")
result <- results[[1]]
annotations = annotate_ensembl(rownames(expr.matrix),type="ensembl_gene_id")[[1]]
transcriptCount <- transcript_count(result,annotations)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.