geneNameExtractor: Gene Name Extractor

Description Usage Arguments Value Examples

View source: R/nameExtractor.R

Description

Extract gene names from the input dataset

Usage

1

Arguments

dataset

A list of data sets to be analyzed

Value

a vector of strings of gene name

Examples

1
2
3
4
5
6
x = matrix(c(1 : 4), nrow = 2)
rownames(x) = c("row1", "row2")
y = matrix(c(1 : 4), nrow = 2)
rownames(y) = c("row1", "row2")
dataset = list(x, y)
geneNameExtractor(dataset)

CHuanSite/PJD documentation built on Oct. 26, 2021, 1 p.m.