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

Description Usage Arguments Value Author(s) Examples

Description

Counts the number of significant transcripts of the same gene

Usage

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

Arguments

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

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

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