Description Usage Arguments Value Author(s) See Also Examples
View source: R/collapseByInterProID.R
Collapse InterProScan output to one protein sequence feature per InterProID (or other feature attribute)
1 | collapseByInterProID(InterProScan_features, id_col = "Dbxref")
|
InterProScan_features |
GRanges, the output of |
id_col |
character (1L) containing the name of the column which defines a feature attribute per which to collapse features (combination of Protein ID and this feature is used) |
GRanges-class object containing InterProScan output with all protein sequence features collapsed per InterProID (or other feature attribute). Ranges are reduced reduce, metadata is collapsed in one line and separated with "|".
Vitalii Kleshchevnikov
readInterProGFF3
1 | InterProScan_domains_nonred = collapseByInterProID(InterProScan_features = InterProScan_domains, id_col = "Dbxref")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.