Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • seqadmin
    Essential Discoveries and Tools in Epitranscriptomics
    by seqadmin


    The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist on Modified Bases...
    Yesterday, 07:01 AM
  • seqadmin
    Current Approaches to Protein Sequencing
    by seqadmin


    Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
    04-04-2024, 04:25 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
39 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
41 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
35 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-04-2024, 09:00 AM
0 responses
55 views
0 likes
Last Post seqadmin  
Working...
X