| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.utgenome.format.fasta.CompactFASTAIndex
public class CompactFASTAIndex
A sequence index to packed FASTA files
| Field Summary | |
|---|---|
 String | 
description
Full description written in FASTA file ( > chr1 ...  | 
 int | 
length
sequence length  | 
 String | 
name
sequence name (e.g., chr1, scaffold2)  | 
 long | 
offset
Offset from the beginning of the packed file  | 
| Constructor Summary | |
|---|---|
CompactFASTAIndex()
 | 
|
| Method Summary | |
|---|---|
static List<CompactFASTAIndex> | 
load(Reader indexFile)
 | 
static List<CompactFASTAIndex> | 
load(URL indexFile)
 | 
 CytoBand | 
toCytoBand()
Convert to cyto band  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public String name
public String description
public long offset
public int length
| Constructor Detail | 
|---|
public CompactFASTAIndex()
| Method Detail | 
|---|
public static List<CompactFASTAIndex> load(URL indexFile)
                                    throws org.xerial.core.XerialException,
                                           IOException
org.xerial.core.XerialException
IOException
public static List<CompactFASTAIndex> load(Reader indexFile)
                                    throws org.xerial.core.XerialException,
                                           IOException
org.xerial.core.XerialException
IOExceptionpublic CytoBand toCytoBand()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||