Description Usage Arguments Value Author(s) Examples
Creates a plot of chromosome segmented, a dataframe including all the segments in the chromosome, and a dataframe including the predictions from the regression tree using the optimal cp value for the chromosome.
1 |
df |
A dataframe with columns of Start.Pos, log2r, and Chr columns. The Chr column should have format like "chr1", "chr21", "chrY". |
chromid |
The chromosome id, for example "chr5" |
A list containing a dataframe with all of the segmentation data (segments), and a dataframe with the predictions from the regression tree (regtreepred), and a plot of the segmentation and chromosome data
Annika Cleven
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.