Description Usage Arguments Examples
This function accepts a list of characters and returns a list of unique prefixes.
1 | get_prefix(names, sep = "-", HMP = FALSE)
|
names |
list of names to pull prefixes |
sep |
character string to split names (e.g. "-") |
HMP |
option to add HMP prefix SRS to list if HMP=TRUE, defaults to HMP=FALSE. |
1 2 | get_prefix(colnames(RPKM_m), sep="-")
get_prefix(colnames(RPKM_m), sep="-", HMP= TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.