Description Usage Arguments Examples
calculate molecular weight
Calculate double strand DNA molecular weight
Calculate single strand RNA molecular weight
Calculate peptide molecular weight
1 2 3 4 5 | calc_mw_dsDNA(dstrobj)
calc_mw_ssRNA(dstrobj)
calc_mw_peptide(pstrobj)
|
dstrobj |
dstr class object or character vector |
pstrobj |
pstr class object or character vector |
1 2 3 4 5 6 7 | (test <- dstr_rand_seq(3, 20, seed = 1))
calc_mw_dsDNA(test)
calc_mw_ssRNA(test)
(res <- pstr_rand_seq(3, 100, seed = 1)%>% calc_mw_peptide())
barplot(aa_percent ~ name + aa, legend.text = unique(res$name),
beside = TRUE, data = res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.