cytobandread
Read cytogenetic banding information
Syntax
CytoStruct
= cytobandread(File
)
Input Arguments
File | Character vector or string specifying a file containing cytogenetic G-banding data, such as an NCBI ideogram text file or a UCSC Genome Browser cytoband text file. |
Output Arguments
CytoStruct | Structure containing cytogenetic G-banding
data in the following fields:
|
Description
reads CytoStruct
= cytobandread(File
)File
, which is a character vector or string specifying
a file containing cytogenetic G-banding data, and returns
CytoStruct
, which is a structure containing the following
fields.
Field | Description |
---|---|
ChromLabels | Cell array containing the chromosome label (number or letter) on which each band is located. |
BandStartBPs | Column vector containing the number of the base pair at the start of each band. |
BandEndBPs | Column vector containing the number of the base pair at the end of each band. |
BandLabels | Cell array containing the FISH label of each band, for example, p32.3 . |
GieStains | Cell array containing the Giemsa staining result for each band.
Possible stain results depend on the species. For example, for Homo
sapiens, the possibilities are:
|
Tip
You can download files containing cytogenetic G-banding data from the NCBI or UCSC
Genome Browser web site. For example, you can download the cytogenetic banding data
(cytoBandIdeo.txt.gz
) for Homo sapiens
from:
Examples
Version History
Introduced in R2007b