View source: R/selectPromoterGRangesBasedOnTagMatrixIndex.R
selectPromoterGRangesBasedOnTagMatrixIndex | R Documentation |
selectPromoterGRangesBasedOnTagMatrixIndex
selectPromoterGRangesBasedOnTagMatrixIndex(x)
x |
Output from getTagMatricesForDiffExpLevelBins which will likely be a list of tagMatrices and Windows / Promoters GRanges with index column |
A new list. Each element is based on one of the incoming tagMatrices in the input list. Each element in the new list is also a list. These elements show the Promoter GRange object subsetted by the rownames of the tagMatrix. Where the rowname of the tagMatrix matches the index column in the Windows / Promoter GRange object, that row is returned. This is also done in a strand specific way to generate + and - strand Promoter GRange objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.