match.genes2UTRlen: Matches gene names of intergenes table to UTR length of...

Description Usage Arguments See Also Examples

Description

Takes two matrix of data: (1) genes2UTRlen which contains the gene name and the length of its 3' UTR in bp. (2) intergenes is another matrix which contains the frequency of observing this gene regulated by one or mor miRNAs families. This dataset must contain the gene identifier as rownames and should match with the names of the genes in genes2UTRlen except for the .L or .S tag

Usage

1
	match.genes2UTRlen(intergenes=intergenes, genes2UTRlen=genes2UTRlen)

Arguments

intergenes

This dataset contains the frequency of observing the homoeolog genes be regulated by at least by one miRNA as a couple

genes2UTRlen

This dataset contains the name of the genes and the length of its 3' UTR.

See Also

Pending

Examples

1
2
3
4
5
	intergenes <- read.delim("file", header=T, row.names=1, sep="\t")
	genes2UTRlen <- read.delim("file2.txt", header=T, row.names=1, sep="\t")
	intergenes <- as.matrix(intergenes)
	genes2UTRlen <- as.matrix(genes2UTRlen)
	final <- match.genes2UTRlen(intergenes, genes2UTRlen)

exseivier/toolBox documentation built on May 29, 2019, 10:37 a.m.