Description Usage Arguments Value See Also Examples
Function to clean the supplied string from punctuations and spaces so it can be used as column headings.
1 | cleanColname(x, description = NULL)
|
x |
string or a vector to be cleaned. |
description |
OPTIONAL string identifying the purpose of the supplied string in x to be displayed in the cleaning message. This triggers a message. |
cleaned string or a vector.
getFeatureCounts
, makeGRanges
,
getNearestFeature
, getSitesInFeature
.
1 2 3 | cleanColname("HIV-test")
cleanColname("HIV*test")
cleanColname("HIV-test", "myAlias")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.