getPCRanks {PCBS} | R Documentation |
Get CpG eigenvector scores from a principle component.
Description
Returns eigenvector scores for input CpG sites.
Usage
getPCRanks(mat, IDs, PC, filter_thresh)
Arguments
mat |
Bismark2Matrix.R output file, or data frame object |
IDs |
A character vector of IDs containing the common names for compared conditions. E.g., for samples trt1 & trt2 vs. ctl1 & ctl2, IDs=c("trt1", "ctl") |
PC |
Integer, which principle component to use. Use to DefineBestPC if unsure. |
filter_thresh |
Integer, a coverage threshold for filtering, where CpG coverage of all samples must be larger than this value. |
Value
Returns a data.frame
of eigenvector scores for all loci.
Examples
ranks <- getPCRanks(eigen, IDs = c("trt", "ctl"), PC = 1)
[Package PCBS version 0.1.0 Index]