-
Notifications
You must be signed in to change notification settings - Fork 0
plot.contig.numbers.R
Simon Crameri edited this page Apr 2, 2022
·
1 revision
Visualize the file loci_contignumbers.txt as a PDF, taking taxon groups into account.
plot.contig.numbers.R <file> <file>
# Required
1) <file|CHR>: Path to collected contig numbers (loci_contignumbers.txt).
# Optional [DEFAULT] (if one or more is given, they must be given in this order)
2) <meta|CHR>: Path to metadata file mapping individuals (1st column) to groups (2nd column).
Header and tab separation expected.
More individuals in different order than in <file> are ok.
The map file can contain more samples than are present in the contig number file. Additional columns are also accepted.
A PDF file with a box plot, which is color-coded by taxon group if such are provided.
plot.contig.numbers.R loci_contignumbers.txt samples.mapfile.txt
CaptureAl v0.1 Documentation