Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sqcrft
    Member
    • May 2012
    • 29

    MeRIPseq and m6A-seq data processing

    If anyone is interested in RNA epigenetics or Post-transcriptional RNA modifications, we recently developed an R-package "exomePeak" for analysis of RNA epigenome sequencing data from MeRIPseq or m6A-seq.

    The salient features of exomePeak R-package includes:
    • exome-based peak detection, suitable for RNA epigenetic regulation analysis
    • Statistically supports biological replicates, and reports consistent peaks which must appear on all biological replicates
    • Internally removes PCR artifacts and multimapping reads, so pre-processing is no longer necessary
    • The binding sites are reported in bed formats, which is compatible with most genome browser for easy visualization and manipulation
    • Comparison of two experimental conditions to unveil the dynamics in RNA epigenetic regulations


    The exomePeak R-package depends on the Rsamtools R-package, and can be installed easily from internet with the following R commands:
    Code:
    # Install Rsamtools and exomePeak package
    source("http://bioconductor.org/biocLite.R")
    biocLite("Rsamtools")
    web="http://www.broadinstitute.org/~jmeng/picower/PERMANENT"
    file="RexomePeak/exomePeak_1.0.tar.gz"
    target=paste(web, file, sep="/")
    download.file(target, destfile="exomePeak_1.0.tar.gz")
    install.packages('exomePeak_1.0.tar.gz', repos = NULL, type = "source")
    The package is still under active development and we welcome any suggestions and questions that make it more usable. We are also looking for potential collaboration opportunities. Please free to send me a message if you have any questions.

    And the newly opened google group: https://groups.google.com/d/forum/rn...a-modification

    Regards,
    Jia Meng, PhD
    [email protected]
    Last edited by sqcrft; 08-18-2013, 02:06 PM.

Latest Articles

Collapse

  • GATTACAT
    Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
    by GATTACAT
    Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
    07-01-2026, 11:43 AM
  • SEQadmin2
    Nine Things a Sample Prep Scientist Thinks About Before Sequencing
    by SEQadmin2


    I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

    Here are nine questions we think about, in roughly the order they matter, before...
    06-18-2026, 07:11 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by SEQadmin2, 07-02-2026, 11:08 AM
0 responses
21 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 06-30-2026, 05:37 AM
0 responses
22 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 06-26-2026, 11:10 AM
0 responses
21 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 06-17-2026, 06:09 AM
0 responses
54 views
0 reactions
Last Post SEQadmin2  
Working...