filter.NoIntergenes.UTRlen: Picks up the No Intergenes (no-RAAC genes) from the whole set...

Description Usage Arguments See Also Examples

Description

Takes a matrix vector which contains a numeric column (the frequency of observing this pair of homoeologs being regulated by one or more miRNA families), and a data frame which contain the names of genes matching its 3'UTR length and returns a matrix containing the names of the genes, a column with the 3' UTR length, and the corresponding number of the first column from the input matrix.

Usage

1
	filter.NoIntergenes.UTRlen(intergenes=intergenes, genes2UTRlen=genes2UTRlen)

Arguments

intergenes

The matrix with the gene names and the frequency observed of being regulated by one or more miRNA families as a couple

genes2UTRlen

The data frame with the names of genes matching its 3' UTR length

See Also

match.genes2UTRlen

Examples

1
	NoRAAC <- filter.NoIntergenes.UTRlen(intergenes=matrix, genes2UTRlen=data.frame)

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