Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

How to make phylogenetic using binary data #237

@sekhwal

Description

@sekhwal

I am trying to make phylogenetic tree using binary data. I tried using iqtree -s MGE_binary.txt. Please suggest.

Example Input file:
C1 C3 C5 D1
gene1 1 0 1 0
gene2 0 1 0 1
gene2 1 0 0 1
geen3 1 1 0 1

It seems, IQTREE requires PHYLIP format of binary data. For example:

4 6
S1 010101
S2 110011
S3 0--100
S4 10--10

Could you please suggest, how to prepare PHYLIP format of binary data to run IQTREE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions