MimeTypes
01 Syntax
SMRUCC.genomics.ComponentModel.MimeTypes
02 Fields
| Name | Overloads | Summary |
|---|---|---|
| FastQ | 2 | FASTQ format is a text-based format for storing both a biological sequence (usually nucleotide sequence) and its corresponding quality scores. |
| FastAProt | 2 | Fasta file for protein sequence data |
| FastANucl | 2 | Fasta file for nucleotide sequence data |
| GFF3Table | 2 | Generic Feature Format version 3 |
| GenBank | 1 |
03 Members
FastQ
FASTQ format is a text-based format for storing both a biological sequence (usually nucleotide sequence) and its corresponding quality scores. Both the sequence letter and quality score are each encoded with a single ASCII character for brevity. It was originally developed at the Wellcome Trust Sanger Institute to bundle a FASTA formatted sequence and its quality data, but has recently become the de facto standard for storing the output of high-throughput sequencing instruments such as the Illumina Genome Analyzer.
FastAProt
Fasta file for protein sequence data
FastANucl
Fasta file for nucleotide sequence data
GFF3Table
Generic Feature Format version 3
FastQ
FastAProt
FastANucl
GenBank
GFF3Table