internal_import_dnds_across_multiple_species.Rd
Given an input dNdS table generated by dNdS
and
annotation files for the query and subject species in gtf
or gff
file format, this function selects the best BLAST hit to represent either a gene locus (e.g. the splice variant of the gene locus with lowest e-value) or the best BLAST hit for a splice varaint.
internal_import_dnds_across_multiple_species( dnds_output_folder, annotation_file_query, annotation_file_subject, output_folder = getwd(), output_type = "gene_locus", format )
dnds_output_folder | file path to a |
---|---|
annotation_file_query | file path to the annotation file of the query species in |
annotation_file_subject | file path to the annotation file of the subject species in |
output_folder | file path to a folder in which orthologs tables shall be stored. |
output_type | type of ortholog table that shall be printed out (or stored in a variable). Available options are:
|
format | a vector of length 2 storing the annotation file formats of the query annotation file and subject annotation file: either |
Hajk-Georg Drost