View source: R/count_chr_length.R
count_chr_length | R Documentation |
The function calculates the chromosomal lengths in bp
It accepts a fasta file of pseudo-molecules and exports a tab delimited file of the chromosome IDs and there length.
count_chr_length(fa,output)
fA |
Required: the genome fasta file |
output |
Required: the output path/name |
the genomic location.
count_chr_length("peanut.fasta","chr_siz.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.