Description Usage Arguments Value Examples
Helper function to quickly rename columns in geneCountTab dataframe
1 | NameColumns(exp_n, rep_n)
|
exp_n |
Experiment number |
rep_n |
Number of replicates for the experiment |
Vector with names
1 | 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.