Skip to content

Analysis of RNA-binding protein UPF0598 (C8orf82) using PAR-CLIP data - includes k-mer enrichment, sequence extraction, and visualization of binding intensity.

Notifications You must be signed in to change notification settings

mahekv70/PAR-CLIP-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

PAR-CLIP Analysis

R Status License Made-with-love

This repository contains an R-based workflow for visualizing PAR-CLIP data, with a focus on comparing RNA-binding intensity across gene categories such as mitochondrial RNAs, pseudogenes, and nuclear genes.

The analysis is intended for publication-quality visualization of RNA–protein interaction datasets.


Repository Contents

File Description
boxplot.R Generates boxplots of RNA-binding intensity across gene categories (mitochondrial, pseudogenes, nuclear) using ggplot2, ggrepel, and ggnewscale.

Dependencies

R packages

install.packages(c(
  "ggplot2",
  "ggrepel",
  "ggnewscale",
  "RColorBrewer",
  "readxl",
  "dplyr",
  "stringr"
))

About

Analysis of RNA-binding protein UPF0598 (C8orf82) using PAR-CLIP data - includes k-mer enrichment, sequence extraction, and visualization of binding intensity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages