count_n_tmhs: Count the number of TMHs in a topology

View source: R/count_n_tmhs.R

count_n_tmhsR Documentation

Count the number of TMHs in a topology

Description

Count the number of TMHs in a topology

Usage

count_n_tmhs(topology_strs)

Arguments

topology_strs

the topologies as zero, one oor more strings, for example c("0", "1")

Examples

count_n_tmhs("00000000000000000000000000")
count_n_tmhs("00000000001111100000000000")
count_n_tmhs(c("0", "1"))

pureseqtmr documentation built on April 6, 2023, 5:20 p.m.