annotatingGenes: A function to associate EG and name symbols to...

Description Usage Arguments Author(s) Examples

View source: R/annotation.R

Description

A function to associate EG and name symbols to rsem-generated-gene-tables, using UCSC as annotation

Usage

1
annotatingGenes(filename, org=c("hg19","mm9"), truncating.expected.counts=FALSE)

Arguments

filename

Name of the file generated with rsem with the suffix .genes.results

org

A tag indicating the organism and its genomic version

truncating.expected.counts

the expected counts calculated by rsem are nont integer. If this parameter is set to TRUE the expected counts are truncated removing the decimals and converted in integers

Author(s)

Raffaele A Calogero

Examples

1
2
3
#	dir <- dir()
#	dir <- dir[grep(".genes.results", dir)]
#	tmp <- annotatingGenes(filename=dir[1], org="mm9")

kendomaniac/embl120215 documentation built on Aug. 23, 2020, 7:39 a.m.