get_names: Get names of each sample and group names

Description Usage Arguments Value Author(s) Examples

Description

Get names of each sample and group names

Usage

1

Arguments

x

Matrix or vector column name has to be separeted

Value

The name of each groups.

Author(s)

Simon J Pelletier

Examples

1
2
3
4
5
6
7
8
EXPRESSION MATRIX
expr.matrix <- readRDS("data/expr_matrix_LGVD.rds")
get_names(expr.matrix)

EXPRESSION SET
gset <- getGEO("GSE12654", GSEMatrix =TRUE)
exprset <- gset[[1]]
names1 <- get_names(sampleNames(exprset))

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