Description Usage Arguments Value Examples
encode S genotype as columns using one-hot encoding
1 | encodeSgeno(SS, spike = FALSE, smallversion = TRUE, N = 100)
|
SS |
dataframe of sample set |
spike |
restrict analysis only to Spike gene |
smallversion |
if true, limit number of genotypes to N |
N |
limits number of genotypes encoded |
dataframe augmented with columns as one-hot encoded genotypes
1 | ss <- encodeGenotype(ss);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.