SRASAMDumpOptions
Description
An SRASAMDumpOptions object contains options for the srasamdump
function, which you use to download the files from SRA (Sequence Read Archive) [1].
Creation
Description
creates an
sraOpt = SRASAMDumpOptionsSRASAMDumpOptions object with default property values.
SRASAMDumpOptions requires the SRA Toolkit for Bioinformatics Toolbox™. If this support package is not installed, then the function provides a download
link. For details, see Bioinformatics Toolbox Software Support Packages.
sets
the object properties using
one or more name-value arguments. For example, when creating the
sraOpt = SRASAMDumpOptions(Name=Value)SRASAMDumpOptions object, specify BZip2=true to set
the value of the BZip2 property to true, so that
the output files are compressed using bzip2.
specifies optional parameters using a string scalar or character vector
sraOpt = SRASAMDumpOptions(S)S.
Input Arguments
Properties
Object Functions
getCommand | Translate object properties to original options syntax |
getOptionsTable | Return table with all properties and equivalent options in original syntax |
Examples
References
[1] SRA Toolkit Development Team https://github.com/ncbi/sra-tools/wiki/01.-Downloading-SRA-Toolkit
Version History
Introduced in R2024a

