clean.at {TDCor} | R Documentation |
clean.at
removes from a vector of gene codes l_genes
all the elements for which no data is present in the
matrix dataset
.
clean.at(dataset,l_genes)
dataset |
A matrix containing the time-series transcriptomic data whose rows must be named by gene codes (like AGI gene codes). |
l_genes |
A character vector which contains gene codes (AGI gene codes in the case of the lateral root dataset). |
## Load lateral root transcriptomic dataset and the l_genes vector
data(LR_dataset)
data(l_genes)
# Clean the l_gene vector
clean.at(LR_dataset,l_genes)