flag_allele | R Documentation |
flag_allele
flag_allele
is used to find out a list of samples that has been
flagged with length different from most and will not be included in
computation of minimum SNPs.
flag_allele(seqc, bp = BiocParallel::SerialParam())
seqc |
a list containing list of nucleotides. To keep it simple, use provided read_fasta to import the fasta file. |
bp |
is the biocparallel backend, default to serialParam, most likely sufficient in most scenario |
Will return a list of ignored samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.