cpgisland
Locate CpG islands in DNA sequence
Description
searches a DNA nucleotide sequence for CpG islands with a GC content greater than 50% and a
CpGobserved/CpGexpected ratio greater than 60%. It marks bases meeting this criteria within
a moving window of 100 DNA bases, and then returns the results in
cpgStruct = cpgisland(SeqDNA)cpgStruct, a MATLAB® structure containing the starting and ending bases of the CpG islands greater
than the minimum island size of 200 bases.
specifies additional options using one or more name-value arguments.cpgStruct = cpgisland(SeqDNA,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced before R2006a
