View source: R/getGenomicAnnotation.R
getGenomicAnnotation | R Documentation |
get Genomic Annotation of peaks
getGenomicAnnotation(
peaks,
distance,
tssRegion = c(-3000, 3000),
TxDb,
level,
genomicAnnotationPriority,
sameStrand = FALSE
)
peaks |
peaks in GRanges object |
distance |
distance of peak to TSS |
tssRegion |
tssRegion, default is -3kb to +3kb |
TxDb |
TxDb object |
level |
one of gene or transcript |
genomicAnnotationPriority |
genomic Annotation Priority |
sameStrand |
whether annotate gene in same strand |
character vector
G Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.