seqname
Seqname is a label used to identify a sequence in biological data sets and related file formats. It typically refers to the name of the sequence’s source, such as a chromosome, a scaffold, a mitochondrial genome, a plasmid, or a transcript, and serves as the primary reference key for the sequence within a dataset.
In common data formats, the seqname appears in different positions. In FASTA and FASTQ, the header line
Naming conventions for seqnames emphasize stability and uniqueness within a dataset. They should avoid spaces and
Practical use of seqnames includes filtering, aggregating, and indexing data by sequence name. Analyses often group
See also: sequence identifier, accession number, locus, chromosome naming, reference sequence.