getTagMatrix2 | R Documentation |
Nested function for getTagMatrix() to deal with multiple windows
getTagMatrix2(
peak,
upstream,
downstream,
windows_name,
type,
by,
TxDb = NULL,
weightCol = NULL,
nbin = NULL,
verbose = TRUE,
ignore_strand = FALSE
)
peak |
peak peak file or GRanges object |
upstream |
the distance of upstream extension |
downstream |
the distance of downstream extension |
windows_name |
the names of windows |
type |
one of "start_site", "end_site", "body" |
by |
one of 'gene', 'transcript', 'exon', 'intron', '3UTR' , '5UTR', or specified by users |
TxDb |
TxDb or self-made granges object, served as txdb |
weightCol |
column name of weight, default is NULL |
nbin |
the amount of nbines |
verbose |
print message or not |
ignore_strand |
ignore the strand information or not |
This is an internal function.
tagMatrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.