Description Usage Arguments Value Author(s) See Also Examples
This function computes folded BAF and logR ratios for binned DNA segments for a given chromosome.
1 2 |
bb.chr |
numeric matrix, original B-allele frequency for a given chromosome for all samples. |
ll.chr |
numeric matrix, original logR ratio for a given chromosome for all samples. |
sam.col |
the index of the column in BAF or LRR files where the first sample starts |
control |
If TRUE, each tumor sample is paired with normal immediately after it. The columns of the data file is organized : sample_1, control_1, sample_2, control_2 .... If FALSE, each sample serves the control of itself. |
thr.hets |
lower threshold of calling homozygous markers. BAF<=thr.hets or BAF>=1-thr.hets are considered homozygous. |
bin |
integer, number of markers contained in each bin. |
data.type |
character string chosen from c('copy', 'log'). If 'copy', the value for LRR markers represent the copy number of SNPs. If 'log', the value is log2 based copy number intensity. |
controlOne |
default 0. If positive, must be an integer number indicating the index of one control sample in the sample list. This control will be used for all the samples. |
a matrix containing the following columns: chromosome, start position, end position, median LRR value, number of LRR markers, folded BAF value, number of germline heterozygous BAF markers, with row names being sample ID.
Bo Li
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.