View source: R/findpeakcenter.R
| findpeakcenter | R Documentation |
Obtain each peak center site based on transcriptome coordinate.
findpeakcenter(annotation_file,
maplongTX_peak)
annotation_file |
A |
maplongTX_peak |
A |
It will return a data.frame file including the sites of peak center for each peak.
## Not run:
Group1_peakcenter <- findpeakcenter(annotation_file=GENE_ANNO_GTF,
maplongTX_peak=Group1_mappeak_LTX)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.