GenomeLookup["seq"] returns the positions of exact matches for the DNA sequence seq on the reference human genome.GenomeLookup["seq", n] returns at most n matches.
And
(Built-in Mathematica Symbol) e_1 && e_2 && ... is the logical AND function. It evaluates its arguments in order, giving False immediately if any of them are False, and True if they are all True.
ToPackedArray[expr] uses packed arrays if possible in the internal representation of expr.
Affymetrix microarray data formats. Family of file formats used for the storage and exchange of microarray data and meta-information. ASCII or binary formats. Native formats ...
Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient-based methods use first ...
True
(Built-in Mathematica Symbol) True is the symbol for the Boolean value true.
ErlangDistribution[k, \[Lambda]] represents the Erlang distribution with shape parameter k and rate \[Lambda].
mcomplex*MTensor_getComplexData (MTensor t) gets an array of the data elements of an MTensor of complex type.
mint*MTensor_getIntegerData (MTensor t) gets an array of the data elements of an MTensor of integer type.
double*MTensor_getRealData (MTensor t) gets an array of the data elements of an MTensor of real type.