clusteringSummary: Get the annotations used in a NCBI GEO dataset

Description Usage Arguments Value Author(s) See Also Examples

View source: R/clusteringSummary.R

Description

Get the annotations used in a NCBI GEO dataset

Usage

1
clusteringSummary(expr.matrix, pval)

Arguments

expr.matrix

A matrix of numeric values. Rows are genes, columns are samples

pval

Alpha value (selected p-value)

Value

A table with all the annotation for a platform

Author(s)

Simon J Pelletier

See Also

fuzzy_clustering , phyper

Examples

1
2
3
expr.matrix <- readRDS("data/expr_matrix_LGVD.rds")
pval <- 0.05
summaryClust <- clusteringSummary(expr.matrix,pval)

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