cleanColname {hiAnnotator} | R Documentation |
Function to clean the supplied string from punctuations and spaces so it can be used as column headings.
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
.
cleanColname("HIV-test") cleanColname("HIV*test") cleanColname("HIV-test", "myAlias")