Description Usage Arguments Examples
Constructor for SnpArrayExperiment
| 1 2 3 4 5 6 7 8 9 10 11 | SnpArrayExperiment(cn, baf, rowRanges = GRanges(),
  colData = DataFrame(), isSnp = logical(), ...)
## S4 method for signature 'missing'
SnpArrayExperiment(cn, baf, rowRanges = GRanges(),
  colData = DataFrame(), isSnp = logical(), ...)
## S4 method for signature 'matrix'
SnpArrayExperiment(cn, baf, rowRanges = GRanges(),
  colData = DataFrame(row.names = colnames(cn)), isSnp = logical(),
  ...)
 | 
| cn | matrix of copy number estimates (e.g., log R ratios) | 
| baf | matrix of B allele frequencies | 
| rowRanges | GRanges object for SNPs/nonpolymorphic markers | 
| colData | DataFrame containing sample-level covariates | 
| isSnp | logical vector indicating whether marker is a SNP | 
| ... | additional arguments passed to  | 
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.