consensus | R Documentation |
Take the list of denoised sequences and obtain the consensus sequence.
consensus_sequence(x)
x |
The list of adjusted DNA sequences, post censorship and AA correction |
A string containing the consensus nucleotide sequence.
denoise_list
#denoise list of sequences with the k
ex_out = denoise_list(ex_nt_list, keep_flanks=FALSE)
barcode_seq = consensus_sequence(ex_out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.