NameColumns | R Documentation |
Helper function to quickly rename columns in geneCountTab dataframe
NameColumns(exp_n, rep_n)
exp_n |
Experiment number |
rep_n |
Number of replicates for the experiment |
Vector with names
colnames(allelicCountsTable)[2:9] <- c(NameColumns(1,2), NameColumns(2,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.