resultsByOntology: Results by ontology Return the rows from the results topTable

Description Usage Arguments Examples

View source: R/resultsByOntology.R

Description

Results by ontology Return the rows from the results topTable

Usage

1
resultsByOntology(selectedOntology, result, ontology)

Arguments

selectedOntology

The ontology term selected

ontology

An object

results

The results of one comparison

Examples

1
2
3
4
5
6
7
8
9
expr.matrix <- readRDS("data/expr_matrix_LGVD.rds")
results <- readRDS("data/results_LGVD.rds")
annotation1 = annotate_ensembl(rownames(expr.matrix))
go=annotation1[[2]]
typeID=annotation1[[4]]
result <- results[[1]]
ontology <- geneOntology(results,go,typeID,nrow(expr.matrix))
selectedOntology <- names(ontology[[1]][[3]])[1]
resultsByOntology <- resultsByOntology(selectedOntology,result,ontology[[1]])

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