Break string ELEMENTS into WORDS for domain architecture (DA) and genomic context (GC)
Arguments
- prot
A dataframe containing the dataset to analyze. The specified
columncontains the string elements to be processed.- column
A character string specifying the name of the column to analyze. Default is "DomArch".
- conversion_type
A character string specifying the type of conversion. Two options are available:
da2domsConvert domain architectures into individual domains by replacing
+symbols with spaces.gc2daConvert genomic context into domain architectures by replacing directional symbols (
<-,->, and|) with spaces.