geneId {geneExpression} R Documentation

get gene Id list or byref set of the gene id alias set.

Description

Usage

geneId(x,
    set.id = NULL);

Arguments

x

set.id

env

[as Environment]

Details

Authors

phenotype_kit

Value

A collection of the gene id set: the row names of the input expression matrix object, or the ID property of each deg/dep object in the input data collection;

this function returns a R# error message object if the input data can not be cast to a collection of the DEP_iTraq data.

clr value class

Examples

 let rnaseqs = load.expr("rnaseq.csv");
 let alias = readLines("gene_id.txt");
 
 print(rnaseqs |> geneId());
 
 geneId(rnaseqs) <- alias;

[Package geneExpression version 1.0.0.0 Index]