public class ChromosomeBand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte |
arm |
static byte |
ARM_BOTH
Arm
|
static byte |
ARM_P
Arm
|
static byte |
ARM_Q
Arm
|
short |
band |
int |
chromosome |
byte |
density |
static byte |
DENSITY_ACEN
Types
|
static byte |
DENSITY_C1
Types
|
static byte |
DENSITY_C10
Types
|
static byte |
DENSITY_C11
Types
|
static byte |
DENSITY_C12
Types
|
static byte |
DENSITY_C13
Types
|
static byte |
DENSITY_C14
Types
|
static byte |
DENSITY_C15
Types
|
static byte |
DENSITY_C16
Types
|
static byte |
DENSITY_C17
Types
|
static byte |
DENSITY_C18
Types
|
static byte |
DENSITY_C19
Types
|
static byte |
DENSITY_C2
Types
|
static byte |
DENSITY_C20
Types
|
static byte |
DENSITY_C3
Types
|
static byte |
DENSITY_C4
Types
|
static byte |
DENSITY_C5
Types
|
static byte |
DENSITY_C6
Types
|
static byte |
DENSITY_C7
Types
|
static byte |
DENSITY_C8
Types
|
static byte |
DENSITY_C9
Types
|
static byte |
DENSITY_FIRST
Types
|
static byte |
DENSITY_GNEG
Types
|
static byte |
DENSITY_GPOS
Types
|
static byte |
DENSITY_GVAR
Types
|
static byte |
DENSITY_LAST
Types
|
static byte |
DENSITY_STALK
Types
|
static byte |
DENSITY_UNKNOWN
Types
|
short |
subband |
byte |
subsubband |
Constructor and Description |
---|
ChromosomeBand() |
ChromosomeBand(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChromosome() |
java.lang.String |
getName() |
byte |
getResolution()
The resolution of the Band specification.
|
void |
setArm(java.lang.String str) |
void |
setBand(java.lang.String str) |
void |
setChromosome(java.lang.String chr,
int num_chromosomes) |
void |
setDensity(java.lang.String str) |
void |
setSubBand(java.lang.String str) |
void |
setSubSubBand(char c) |
java.lang.String |
toString() |
public int chromosome
public byte arm
public short band
public short subband
public byte subsubband
public byte density
public static final byte ARM_BOTH
public static final byte ARM_P
public static final byte ARM_Q
public static final byte DENSITY_UNKNOWN
public static final byte DENSITY_GNEG
public static final byte DENSITY_GPOS
public static final byte DENSITY_ACEN
public static final byte DENSITY_GVAR
public static final byte DENSITY_STALK
public static final byte DENSITY_C1
public static final byte DENSITY_C2
public static final byte DENSITY_C3
public static final byte DENSITY_C4
public static final byte DENSITY_C5
public static final byte DENSITY_C6
public static final byte DENSITY_C7
public static final byte DENSITY_C8
public static final byte DENSITY_C9
public static final byte DENSITY_C10
public static final byte DENSITY_C11
public static final byte DENSITY_C12
public static final byte DENSITY_C13
public static final byte DENSITY_C14
public static final byte DENSITY_C15
public static final byte DENSITY_C16
public static final byte DENSITY_C17
public static final byte DENSITY_C18
public static final byte DENSITY_C19
public static final byte DENSITY_C20
public static final byte DENSITY_FIRST
public static final byte DENSITY_LAST
public ChromosomeBand()
public ChromosomeBand(java.lang.String name)
name
- public byte getResolution()
public void setChromosome(java.lang.String chr, int num_chromosomes) throws java.lang.IllegalArgumentException
chr
- num_chromosomes
- java.lang.IllegalArgumentException
public void setArm(java.lang.String str) throws java.lang.IllegalArgumentException
str
- java.lang.IllegalArgumentException
public void setBand(java.lang.String str)
str
- public void setSubBand(java.lang.String str)
str
- public void setSubSubBand(char c) throws java.lang.IllegalArgumentException
c
- java.lang.IllegalArgumentException
public void setDensity(java.lang.String str)
str
- public java.lang.String getChromosome()
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.