Description Usage Arguments Examples
clean.at
removes from a vector of gene codes l_genes
all the elements for which no data is present in the
matrix dataset
.
1 |
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). |
1 2 3 4 5 6 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.