read_orthogroups | R Documentation |
This function converts the orthogroups file named Orthogroups.tsv to a parsed data frame.
read_orthogroups(orthogroups_path = NULL)
orthogroups_path |
Path to Orthogroups/Orthogroups.tsv file generated by OrthoFinder. |
A 3-column data frame with orthogroups, species IDs and gene IDs, respectively.
Fabricio Almeida-Silva
path <- system.file("extdata", "Orthogroups.tsv.gz", package = "cogeqc")
og <- read_orthogroups(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.