Skip to content
/ sma Public

Tools for analyzing S. pombe splicing microarray Agilent 027365

Notifications You must be signed in to change notification settings

jeslipp/sma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools for analysis of Schizosaccharomyces splicing microarray

Example workflow

# import libraries
library(sma)
library(GenomicFeatures)
library(limma)

# set up working directories
setwd("path_to_data")
# create a directory called "raw" in "path_to_data"
# put your raw .gpr files there
target_path <- "./data/targets.txt"
load("./data/annotation.RData")
load("./data/features.RData")

# load and normalize data
e <- sma.load(target_path)

# analyze data using the E*I/J score
results <- sma.analyze(e)

# model intron features based on microarray classification
models <- sma.model(results$stats, features)

About

Tools for analyzing S. pombe splicing microarray Agilent 027365

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages