| geneId {geneExpression} | R Documentation |
geneId(x,
set.id = NULL);
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.
let rnaseqs = load.expr("rnaseq.csv");
let alias = readLines("gene_id.txt");
print(rnaseqs |> geneId());
geneId(rnaseqs) <- alias;