View source: R/cdfMergeAlleles.R
| cdfMergeAlleles | R Documentation |
Function to join CDF allele A and allele B groups strand by strand.
This function is design to be used with applyCdfGroups()
on an Affymetrix Mapping (SNP) CDF list structure.
cdfMergeAlleles(groups, compReverseBases=FALSE, collapse="", ...)
groups |
A |
compReverseBases |
If |
collapse |
The |
... |
Not used. |
Allele A and allele B are merged into a matrix where first row
hold the elements for allele A and the second elements for allele B.
Returns a list structure with the two groups forward
and reverse, if the latter exists.
Henrik Bengtsson
[1] Affymetrix, Understanding Genotyping Probe Set Structure, 2005.
http://www.affymetrix.com/support/developer/whitepapers/genotyping_probe_set_structure.affx
applyCdfGroups().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.