View source: R/kmeRs_transcript_to_complementary.R
kmeRs_transcript_to_complementary | R Documentation |
The kmeRs_transcript_to_complementary
function transcripts DNA given k-mers to complementary sequences
kmeRs_transcript_to_complementary(kmers_given)
kmers_given |
vector contains given k-mers |
vector contains complementary sequences
# Returns complementary sequence to GATTACA
kmeRs_transcript_to_complementary('GATTACA')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.