transcript_count: Counts the number of significant transcripts of the same gene

Description Usage Arguments Value Author(s) Examples

View source: R/transcript_count.R

Description

Counts the number of significant transcripts of the same gene

Usage

1
transcript_count(result, annotations, typeID = "ensembl_gene_id")

Arguments

result

A matrix of data. Columns = samples, rows = genes,transcripts,CpG...

annotations

The design of the experiment (object)

typeID

typeID The type of ID used, e.g.

Value

Linear model contrast ...

Author(s)

Simon J Pelletier

Examples

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))[[1]]
transcriptCount <- transcript_count(result,annotations)

spell098/rnaseq_app documentation built on May 30, 2019, 7:57 a.m.