Learn R Programming

debar (version 0.1.0)

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)

Arguments

x

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

Value

A string containing the consensus nucleotide sequence.

See Also

denoise_list

Examples

Run this code
# NOT RUN {
#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