consecutive_distinct_seq | R Documentation |
Use case: Have a consensus sequence calculated from a set of DNA or AA sequences. Then get the longest consecutive stretch of distinct sequence from the consensus.
consecutive_distinct_seq(seq, seq_type = NULL)
seq |
Sequence as character, DNAStringSet, DNAString, RNAStringSet, RNAString, AAStringSet or AAString |
seq_type |
set sequence type to AA or NT if necessary; if NULL it is attempted to guess the type |
a character sequence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.