-
Notifications
You must be signed in to change notification settings - Fork 0
Example files of SeqsExtractor
To download exemples files mentioned in the section bellow open a terminal windows and hit:
SeqsExtractor -d
This will create a folder called example_files
, this folder contains a file example_files.tar.gz
that contain the following folders:
The .FASTA files M.musculus_NCBI_entire_genome.fasta is the complete genome of mouse (Mus musculus) nucleotide sequences, this file can be used as query sequences for the BLASTx/BLASTn search.
Inside M.musculus_data you can see a folder called Mus_musculus_uniprot_swisprot which contain a preformatted BLAST database of all available mouse protein sequences obtained in The universal protein resource (UniProt) by searching for "mouse" in the search field and filtering the search to show only Reviewed sequences (http://www.uniprot.org/uniprot/?query=mouse&fil=reviewed%3Ayes&sort=score). This file can be used as subject database of BLASTx search (-db
).
We created this database using the following BLAST command:
makeblastdb -in Mus_musculus_uniprot_swisprot.fasta -dbtype prot
- Home
- How to install
- How to run
- BLAST+ in Seqs-Extractor
- SSR analysis using Seqs-Extractor and MISA
- Extracting sequences from any .FASTA file using any TEXT file
- Extracting Trinity Differential Expression transcripts
- Example files of SeqsExtractor
- Frequent asked questions (FAQ) and known bugs
- Third party software that comes with Seqs Extractor
- References
- [DEPRECATED Options]