Modifier and Type | Field and Description |
---|---|
static String |
XFF_BIOJAVA_NS |
static String |
XFF_NS |
Constructor and Description |
---|
XFFTools() |
Modifier and Type | Method and Description |
---|---|
static void |
annotateXFF(File xffFile,
Sequence sequence) |
static void |
annotateXFF(File xffFile,
Sequence sequence,
Annotation ann) |
static Sequence |
readXFF(File xffFile,
String seqID) |
static Sequence |
readXFF(File xffFile,
String seqID,
FiniteAlphabet alpha) |
static void |
writeXFF(File xffFile,
FeatureHolder features) |
static void |
writeXFF(PrintWriter xffPR,
FeatureHolder features) |
public static final String XFF_NS
public static final String XFF_BIOJAVA_NS
public XFFTools()
public static void annotateXFF(File xffFile, Sequence sequence) throws IOException, SAXException, BioException
IOException
SAXException
BioException
public static void annotateXFF(File xffFile, Sequence sequence, Annotation ann) throws IOException, SAXException, BioException
IOException
SAXException
BioException
public static Sequence readXFF(File xffFile, String seqID, FiniteAlphabet alpha) throws IOException, SAXException, BioException
IOException
SAXException
BioException
public static Sequence readXFF(File xffFile, String seqID) throws IOException, SAXException, BioException
IOException
SAXException
BioException
public static void writeXFF(File xffFile, FeatureHolder features) throws IOException
IOException
public static void writeXFF(PrintWriter xffPR, FeatureHolder features) throws IOException
IOException
Copyright © 2014 BioJava. All rights reserved.