Description Usage Arguments Details Value See Also Examples
Obtains a matix of CNV segments and subject samples, from segmentation output
| 1 | getChromosomeDat(object, ch, gg, verbose = TRUE)
 | 
| object | concatenated list containing segmentation outcome for each subject, chromosome and population. | 
| ch | chromosome number. | 
| gg | genetic info:  | 
| verbose | whether to print detailed progress on R prompt. | 
For object, concatenation by subject and chromosome, within a single population,
is readily provided by the function summary.parGADA on an object parGADA 
that has been previously segemnted. Population concatenation is the result of   
c(summary{parGADA1}), summary{parGADA2}), ... across groups.
returns a matrix with segment calling (-1:loss,0:nochange,1:gain) for each probe across the whole subject sample. 
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.