View source: R/ATACTransferLearning.R
ATACTransferLearning | R Documentation |
Wrapper function for projectR which finds overlaps between the peaks of the atac data CoGAPS was run on and maps them to new data set the user wishes to project learned patterns into.
ATACTransferLearning(
newData,
CoGAPSResult,
originalPeaks,
originalGranges,
newGranges
)
newData |
the ATAC data to project into |
CoGAPSResult |
result from CoGAPS run on original ATAC data |
originalPeaks |
peaks from the ATAC data Cogaps was run on |
originalGranges |
granges of the peaks for the data set Cogaps was run on |
newGranges |
granges of the peaks for the new data set |
A matrix of the projected patterns in the input data as well as p-values for each element of that matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.