Generate_all_codon_​combinations

バージョン 1.0.0.0 (4.14 KB) 作成者: Iddo Weiner
Generate all synonymous codon combinations
ダウンロード: 50
更新 2016/12/5

ライセンスの表示

Given an amino acid sequence, this program will generate all possible codon combinations.
The program is based on a combinatorial function which solves a general problem of efficiently finding all combinations of a given set of options. More complete documentation and examples can be found inside the functions.
The task is split between 3 files:
1. AA_name_conversion.mat = a 1.8KB data file with container maps for easy conversion between 1letter AA names, 3letter AA names and the matching codons for each AA. This .mat file is called upon during the program.
2. generate_all_codon_combinations() = this function receives an AA string as input and returns all possible codon combinations in efficient time.
3. get_all_combinations() = this is the combinatorial function that receives a cellarray of options and returns all unique combinations.
USE: all 3 files are necessary for running the program (so make sure they're all on the proper path), although file #3 is the only function you'll need to actually call. However, I assumed that files #1 and #2 might be of use by their own merit, so I separated them in order to facilitate their independent use.
Good luck,
Iddo

引用

Iddo Weiner (2024). Generate_all_codon_combinations (https://www.mathworks.com/matlabcentral/fileexchange/60576-generate_all_codon_combinations), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2016a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersGenomics and Next Generation Sequencing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0