clust_clean {scpoisson} | R Documentation |
Cluster label clean
Description
This function removes unwanted characters from cluster label string
Usage
clust_clean(clust)
Arguments
clust |
a string indicates cluster label at each split step |
Details
The clust_clean function removes any "-" or "NA" at the end of a string for a given cluster label
Value
a string with unwanted characters removed
[Package scpoisson version 0.0.1 Index]