This directory contains data from the September 2007 ENCODE Multi-Species Sequence Analysis (MSA) sequence freeze, along with multiple sequence alignments based on these sequences. The freeze consists of sequence from regions orthologous to the human ENCODE regions in 37 vertebrate species, and are based on comparative sequence data generated at the NHGRI Intramural Sequencing Center (NISC) for the ENCODE project, as well as whole-genome assemblies residing at UCSC, as listed: New species in this freeze are: flying fox, gibbon, guinea pig, horse, rock hyrax, sbbat, squirrel monkey, tree shrew, vervet Species from previous freezes not present in this freeze are: fugu, zebrafish, tetraodon NISC sequences are present in additional regions, and WGS genomes have all been updated to the most current. * human (March 2006, hg18) * armadillo (NISC) * baboon (NISC) * cat (NISC) * chicken (galGal3) * chimp (panTro2) * colobus_monkey (NISC) * cow (bosTau2) * dog (canFam2) * dusky_titi (NISC) * elephant (NISC) * flying_fox (NISC) * galago (NISC) * gibbon (NISC) * guinea_pig (NISC) * hedgehog (NISC) * horse (NISC) * macaque (rheMac2) * marmoset (NISC) * monodelphis (monDom4) * mouse (NCBI) * mouse_lemur (NISC) * owl_monkey (NISC) * platypus (NISC) * rabbit (NISC) * rat (rn4) * rfbat (NISC) * rock_hyrax (NISC) * sbbat (NISC) * shrew (NISC) * squirrel_monkey (NISC) * st_squirrel (NISC) * tenrec (NISC) * tree shrew (NISC) * vervet (NISC) * xenopus (xenTro2) DIRECTORY STRUCTURE: SEP-2007.tgz: tarfile of the contents of the sequences directory metadata.txt: description of all of the sequences; same as header lines sequences/ ${ENCODE_REGION}/${COMMON_NAME}.${ENCODE_REGION}.fa Each FASTA file will have all the sequence entries for a given species/region. Description of the FASTA Header lines and the metadata.txt file: >${COMMON_NAME}|${ENCODE_REGION}|${FREEZE_DATE}|${NCBI_TAXON_ID}|${ASSEMBLY_PROVIDER}|${ASSEMBLY_DATE}|${ASSEMBLY_ID}|${CHROMOSOME}|${CHROMOSOME_START}|${CHROMOSOME_END}|${CHROMOSOME_LENGTH}|${STRAND}|${ACCESSION}.${VERSION}|${NUM_BASES}|${NUM_N}|${THIS_CONTIG_NUM}|${TOTAL_NUM_CONTIGS}|${COMMENT} Where: ${COMMON_NAME} like 'baboon' or 'dusky_titi' ${ENCODE_REGION} like 'ENm001' or 'ENr223' ${FREEZE_DATE} like 'AUG-2004'; latest date for inclusion in this freeze of the set of sequences encompassing the ENCODE regions ${NCBI_TAXON_ID} like '9555' or '9523' ${ASSEMBLY_PROVIDER} like 'NISC' or 'RGSC' ${ASSEMBLY_DATE} like 'NOV-2003' or '21-JUN-2003'; Date associated with the specific sequence assembly represented in this ENCODE freeze ${ASSEMBLY_ID} like 'rn3' or 'panTro1' ${CHROMOSOME} like 'chr1' or 'chr19_random' ${CHROMOSOME_START} [1 based] ${CHROMOSOME_END} [1 based] ${CHROMOSOME_LENGTH} length of entire ${CHROMOSOME} ${STRAND} as in '+' or '-' indicating whether the sequence came from the top or bottom DNA strand ${ACCESSION}.${VERSION} like 'NT_107546.1' or internal identifier for assemblies that have not been accessioned yet. ${NUM_BASES} Total number of called bases in the sequence entry, including N's ${NUM_N} Total number of N's in the sequence entry ${THIS_CONTIG_NUM} ID of sequence contig (see next variable). ${TOTAL_NUM_CONTIGS} Total number of sequence contigs syntenic to a human region. ${COMMENT} This is an example I hope we all agree on. (Currently '.' for all entries.) >rat|ENm001|May-2005|10116|Baylor HGSC v. 3.1|01-Jun-2003|rn3|chr4|42742602|44711183|187371129|+|NT_107460.3|1968582|143786|1|1|. Some fields are optional. For example when ${ASSEMBLY_PROVIDER} == NISC, there will be no ${ASSEMBLY_ID} or chrom:start-stop coordinates. Unused fields are filled with a period ('.') or zero ('0') for ease in parsing. The FASTA sequence have been repeat masked with default RepeatMasker options and with the Tandem Repeat Finder. Repeat sequences are indicated in lowercase, while non-repeat sequences are in uppercase. These are the RepeatMasker library options that were used here: %libOptions = ( "armadillo" => "-mam ", "baboon" => " ", "chicken" => "-chicken", "chimp" => " ", "cow" => "-cow ", "colobus_monkey" => " ", "dog" => "-dog ", "dusky_titi" => "-cow ", "elephant" => "-mam ", "fugu" => "-fugu ", "galago" => " ", "hedgehog" => "-mam ", "human" => " ", "macaque" => " ", "monodelphis" => "-mam ", "marmoset" => " ", "mouse" => "-mus ", "mouse_lemur" => " ", "owl_monkey" => " ", "platypus" => "-mam ", "rat" => "-rat ", "rabbit" => "-mam ", "rfbat" => "-mam ", "shrew" => "-mam ", "tenrec" => "-mam ", "tetraodon" => "-danio ", "zebrafish" => "-danio ", "xenopus" => " ", ); There are also a set of RECON libraries that have been prepared by Damian Keefe at EBI. ftp://ftp.ebi.ac.uk/pub/databases/ensembl/encode/repeat_libraries/ Data Release Terms ------------------ All data in this directory and any subdirectories are subject to the terms of the ENCODE Project Data Release Policy of the National Human Genome Research Institute. This policy is posted at: http://www.genome.gov/12513440 http://genome.ucsc.edu/encode/terms.html