public class ExtractFastaUtils extends Object
| Constructor and Description |
|---|
ExtractFastaUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
extractFastaSequence(List<htsjdk.variant.variantcontext.VariantContext> variants,
ReferenceRange referenceRange)
Method to extract out a fasta sequence given a list of variantContexts
This will fill in Ns whenever we do not have a variant context record for a given position
|
public static String extractFastaSequence(List<htsjdk.variant.variantcontext.VariantContext> variants, ReferenceRange referenceRange)
variants - referenceRange - Copyright © 2018. All rights reserved.