R/lnc_map_counts.R
lnc_map_counts.Rd
This function takes a orthologous lncRNA map generated with map_generator_lnc
as input and groups the table by species to count the number of orthologous lncRNAs per pairwise species comparison
using the reference (query) species specified in map_generator_lnc
.
lnc_map_counts(lnc_map, species_order)
a orthologous lncRNA map generated with map_generator_lnc
.
character string specifying species names listed in the order of phylogenetic/taxonomic distance from the query species.
The species names must match with the species names present in map_generator_lnc
.