ShuffleFastaSeq is a Windows form application, written in C#, to shuffle FASTA-formatted sequences. The random permutation is obtained using a simple variation of the Fisher-Yates alghorithm implemented by Durstenfeld (https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle) ( Knuth DE. The art of computer programming: seminumerical algorithms. 3rd ed. Boston: Addison-Wesley; 1997). The input file contains one or more sequences in FASTA format. The number of shufflings (n) for each sequence can be set; by default n is 100. The output file contains n shuffled copies in FASTA format for each input sequence.

For example (n=3):

Input file:
>a
ACGGT
>b
GCCCATTC

Output file:
>a
TCGAG
>a
CGAGT
>a
TGCGA
>b
CACTCCGT
>b
CCCGTATC
>b
CCTTCAGC

Project Samples

Project Activity

See All Activity >

Categories

Bio-Informatics

License

Public Domain

Follow ShuffleFastaSeq

ShuffleFastaSeq Web Site

Other Useful Business Software
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

Build gen AI apps with an all-in-one modern database: MongoDB Atlas

MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of ShuffleFastaSeq!

Additional Project Details

Operating Systems

Windows

Intended Audience

Science/Research

User Interface

Win32 (MS Windows)

Programming Language

C#

Related Categories

C# Bio-Informatics Software

Registered

2016-04-10