Description Usage Arguments Value See Also
The TrioSetListLD constructor uses ff objects to handle large datasets. This function is defunct. Use MinDistExperiment instead.
1 2 3 4 5 6 7 8 9 10 11 12 13 | TrioSetListLD(
path,
fnames,
ext = "",
samplesheet,
row.names,
pedigreeData,
featureData,
annotationPkg,
outdir = ldPath(),
ffprefix = "",
genome = c("hg19", "hg18")
)
|
path |
Path to plain-text files containing log R ratios and B allele frequencies. Files should contain data for a single sample. |
fnames |
Character string providing filenames. |
ext |
Character string indicating whether the |
samplesheet |
(Optional) |
row.names |
Character vector indicating the sample id for each
row in |
pedigreeData |
An object of class |
featureData |
A |
annotationPkg |
Character string indicating the annotation package used to extract information on the features (chromosome, physical position, and whether the feature is polymorphic ('isSnp')). |
outdir |
Character string indicating the path for storing |
ffprefix |
Character string indicating the prefix used to name ff objects. Ignored if the ff package is not loaded. |
genome |
character string indicating UCSC genome build. Only "hg19" is allowed for annotation packages that support a single build. Supported builds for most platforms are "hg18" and "hg19". |
A TrioSetList
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.