Description Usage Arguments Value Examples
This function draws the LRR and BAF data for an individual
1 2 | plotIndSNP(x, sample, rsCol = 1, ChrCol = 2, PosCol = 3, LRRCol = 4,
BAFCol = 5, offset = 0, ...)
|
x |
A MADloy object from the |
sample |
The identifier of a sample in the MADloy object. |
rsCol |
Column of the MAD file with the name of the SNP. |
ChrCol |
Column of the MAD file with the chromosome information. |
PosCol |
Column of the MAD file with the position information. |
LRRCol |
Column of the MAD file with the LRR information. |
BAFCol |
Column of the MAD file with the BAF information. |
... |
Any other graphical parameter. |
A data table with the results for all samples in columns
1 2 3 | ## Not run:
plotindSNP(resMADloy, "SAMPLE")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.