Package: SynMut 1.23.0
SynMut: SynMut: Designing Synonymously Mutated Sequences with Different Genomic Signatures
There are increasing demands on designing virus mutants with specific dinucleotide or codon composition. This tool can take both dinucleotide preference and/or codon usage bias into account while designing mutants. It is a powerful tool for in silico designs of DNA sequence mutants.
Authors:
SynMut_1.23.0.tar.gz
SynMut_1.23.0.zip(r-4.5)SynMut_1.23.0.zip(r-4.4)SynMut_1.23.0.zip(r-4.3)
SynMut_1.23.0.tgz(r-4.4-any)SynMut_1.23.0.tgz(r-4.3-any)
SynMut_1.23.0.tar.gz(r-4.5-noble)SynMut_1.23.0.tar.gz(r-4.4-noble)
SynMut_1.23.0.tgz(r-4.4-emscripten)SynMut_1.23.0.tgz(r-4.3-emscripten)
SynMut.pdf |SynMut.html✨
SynMut/json (API)
NEWS
# Install 'SynMut' in R: |
install.packages('SynMut', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/koohoko/synmut/issues
On BioConductor:SynMut-1.23.0(bioc 3.21)SynMut-1.22.0(bioc 3.20)
sequencematchingexperimentaldesignpreprocessing
Last updated 2 months agofrom:460f81507c. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 30 2024 |
R-4.5-win | OK | Nov 30 2024 |
R-4.5-linux | OK | Nov 30 2024 |
R-4.4-win | OK | Nov 30 2024 |
R-4.4-mac | OK | Nov 30 2024 |
R-4.3-win | OK | Nov 30 2024 |
R-4.3-mac | OK | Nov 30 2024 |
Exports:codon_distcodon_mimiccodon_randomcodon_todinu_distdinu_toget_cuget_dnaget_duget_freqget_nuget_regionget_rscuinput_seqseq_random
Dependencies:ade4askpassBiocGenericsBiostringsclicrayoncurlgenericsGenomeInfoDbGenomeInfoDbDatagluehttrIRangesjsonlitelatticelifecyclemagrittrMASSmimenlmeopensslpixmapR6RcppRcppArmadillorlangS4VectorssegmentedseqinrspstringistringrsysUCSC.utilsvctrsXVectorzlibbioc
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Calculating the codon usage difference between sequences | codon_dist codon_dist,ANY-method |
Mimic a target codon usage bias | codon_mimic codon_mimic,DNAStringSet,DNAStringSet-method codon_mimic,regioned_dna,DNAStringSet-method codon_mimic,regioned_dna,vector-method |
Generate random synonymous mutations | codon_random codon_random,DNAStringSet-method codon_random,regioned_dna-method |
Maximize or minimize the usage of certain codon. | codon_to codon_to,regioned_dna-method |
Calculating the dinucleotide usage difference between sequences | dinu_dist dinu_dist,ANY-method |
Maximize or minimize the usage of certain dinucleotide. | dinu_to dinu_to,regioned_dna-method |
Get codon usage matrix | get_cu get_cu,DNAStringSet-method get_cu,regioned_dna-method |
Get the DNAStringSet data | get_dna get_dna,regioned_dna-method |
Get dinucleotide usage matrix | get_du get_du,DNAStringSet-method get_du,regioned_dna-method |
Get codon usage frequency of synonymous codons | get_freq get_freq,DNAStringSet-method get_freq,matrix-method get_freq,regioned_dna-method get_freq,vector-method |
Get nucleotide usage matrix | get_nu get_nu,DNAStringSet-method get_nu,regioned_dna-method |
Get the variable region | get_region get_region,regioned_dna-method |
Get Relative Synonymous Codon Usage (rscu) of synonymous codons | get_rscu get_rscu,DNAStringSet-method get_rscu,regioned_dna-method |
Import region / constructing regioned_dna object | input_seq input_seq,character-method input_seq,DNAString-method input_seq,DNAStringSet-method |
An S4 class to record DNA sequences and variable regions for mutations | regioned_dna-class |
Generate 'n' random DNA sequnces of length 'm' | seq_random seq_random,numeric,numeric-method |