View source: R/obtain_peakinfor.R
obtain_peakinfor | R Documentation |
Obtain peak sites information from the output of peak_calling
.
obtain_peakinfor(peak_infor_dir)
peak_infor_dir |
a |
This function will output the m6A peak sites informaiton in a data.frame
file, which includes the seqnames
, start
, end
, strand
, the reads count
in all concerned samples of each peak site, the log2Foldchagne
and padj
for each peak.
peaks_site_infors |
A |
## Not run: Group1_peakinfor <- obtain_peakinfor(peak_infor_dir="./Group1_peakcalling") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.