annotate_ensembl: Takes an ensembl_gene_id

Description Usage Arguments Value Author(s) See Also Examples

View source: R/annotate_ensembl.R

Description

Takes an ensembl_gene_id

Usage

1

Arguments

IDs

All IDs (rat or human); all are ensembl_gene_id

Value

The object resultsContrast annotated with an associated color for the selected comparison

Author(s)

Simon J Pelletier

See Also

colorNumericValues

Examples

1
2
3
4
5
6
7
expr.matrix <- readRDS("data/expr_matrix_LGVD.rds")
IDs <- rownames(expr.matrix)
annotation1 <- annotate_ensembl(IDs)
annotations <- annotation1[[1]]
go <- annotation1[[2]]
genes_annotation_unique <- annotation1[[3]]
typeID <- annotation1[[4]]

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