Remove empty rows by column
Removes empty rows in the specified column.
This function ...
The original data frame is returned with the corresponding cleaned up column.
     
    
    Usage
    remove_empty(prot, by_column = "DomArch")
 
    
    Arguments
- prot
- A data frame containing 'DomArch', 'Species', 'GenContext', 'ClustName' columns. 
- by_column
- Column by which empty rows should be removed to domain+domain -> domain(s).
Default column is 'DomArch'. Can also take the following as input, 'Species', 'GenContext', 'ClustName'. 
 
    
    Value
    Describe return, in detail
     
    
    Examples
    if (FALSE) { # \dontrun{
remove_empty(prot, "DomArch")
} # }