Learn R Programming

debar (version 0.1.1)

consensus: Take the list of denoised sequences and obtain the consensus sequence.

Description

Take the list of denoised sequences and obtain the consensus sequence.

Usage

consensus_sequence(x)

Value

A string containing the consensus nucleotide sequence.

Arguments

x

The list of adjusted DNA sequences, post censorship and AA correction

See Also

denoise_list

Examples

Run this code
#denoise list of sequences with the k
ex_out = denoise_list(ex_nt_list, keep_flanks=FALSE)

barcode_seq = consensus_sequence(ex_out)

Run the code above in your browser using DataLab