Description Usage Arguments Value
Read the segmented CNA file in TSV format.
1 2 | read.seg.file(seg.file, sample = 1, chromosome = 2, start = 3, end = 4,
log.ratio = 6, header = T)
|
seg.file |
The name of the file containig the segmented CNA. |
sample |
The index of the sample name column in the |
chromosome |
The index of the chromosome column in the |
start |
The index of the segment start column in the |
end |
The index of the segment end column in the |
log.ratio |
The index of the segment log ratio column in the |
header |
A boolean value that specifies whether the file contain a header line. |
A data.table
containing the segmented CNA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.