View source: R/cdfMergeStrands.R
cdfMergeStrands | R Documentation |
Function to join CDF groups with the same names.
This function
is design to be used with applyCdfGroups
()
on an Affymetrix Mapping (SNP) CDF list
structure.
This can be used to join the sense and anti-sense groups of the same allele in SNP arrays.
cdfMergeStrands(groups, ...)
groups |
A |
... |
Not used. |
If a unit has two strands, they are merged such that the elements for the second strand are concatenated to the end of the elements of first strand (This is done separately for the two alleles).
Returns a list
structure with only two groups.
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.