| Contents | Index |
ntdensity(SeqNT)
Density = ntdensity(SeqNT)
... = ntdensity(..., 'Window', WindowValue,
...)
[Density, HighCG]
= ntdensity(..., 'CGThreshold', CGThresholdValue,
...)
| SeqNT | One of the following:
|
| WindowValue | Value that specifies the window length for the density calculation. Default is length(SeqNT)/20. |
| CGThresholdValue | Controls the return of indices for regions where the CG content of SeqNT is greater than CGThresholdValue. Default is 5. |
ntdensity(SeqNT) plots the density of nucleotides A, C, G, and T in sequence SeqNT.
Density = ntdensity(SeqNT) returns a MATLAB structure with the density of nucleotides A, C, G, and T.
... = ntdensity(SeqNT, ...'PropertyName', PropertyValue, ...) calls ntdensity with optional properties that use property name/property value pairs. You can specify one or more properties in any order. Each PropertyName must be enclosed in single quotation marks and is case insensitive. These property name/property value pairs are as follows:
... = ntdensity(..., 'Window', WindowValue,
...) uses a window of length WindowValue for
the density calculation. Default WindowValue is length(SeqNT)/20.
[Density, HighCG] = ntdensity(..., 'CGThreshold', CGThresholdValue, ...) returns indices for regions where the CG content of SeqNT is greater than CGThresholdValue. Default CGThresholdValue is 5.
Create a random character string to represent a nucleotide sequence.
s = randseq(1000, 'alphabet', 'dna');
Plot the density of nucleotides along the sequence.
ntdensity(s)

basecount | codoncount | cpgisland | dimercount | filter

See how to analyze, visualize, and model biological data and systems using MathWorks products.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |