is_singleton {BioNERO} | R Documentation |
Logical expression to check if gene or gene set is singleton or not
is_singleton(genes, og)
genes |
Character containing gene or group of genes to be evaluated. |
og |
Data frame of 3 columns corresponding to orthogroup, species ID, and gene ID, respectively. |
Vector of logical values indicating if gene or group of genes is singleton or not.
Fabricio Almeida-Silva
is_duplicated
data(og.zma.osa) data(filt.se) genes <- tail(rownames(filt.se), n = 100) is_singleton(genes, og.zma.osa)