View source: R/map_peak_longTX.R
map_peak_longTX | R Documentation |
Map m6A peak sites to the longest transcirpt for each gene
map_peak_longTX(filepath, annotation_file, peak_sites_infor)
filepath |
A |
annotation_file |
A |
peak_sites_infor |
A |
A list containing two components:
mapped_peakGRList |
peak sites mapped to the longest transicript in |
mapped_peankinfor |
peak sites information mapped to the longest transcirpt of each gene in |
## Not run: Group1_mappeak_LTX <- map_peak_longTX(filepath="./Group1_peakcalling", annotation_file=GENE_ANNO_GTF, peak_sites_infor=Group1_peakinfor) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.