Break string ELEMENTS into WORDS for domain architecture (DA) and genomic context (GC)
Arguments
- prot
A dataframe containing the dataset to analyze. The specified
column
contains 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:
da2doms
Convert domain architectures into individual domains by replacing
+
symbols with spaces.gc2da
Convert genomic context into domain architectures by replacing directional symbols (
<-
,->
, and|
) with spaces.