inst/doc/ASExons.R

library(REIDS)

load("REIDS_Output.RData")

groupHMPT=c(7,8,9,16,17,18,22,23,24,31,32,33)
groupOthers=c(1,2,3,4,5,6,10,11,12,13,14,15,19,20,21,25,26,27,28,29,30)
groups=list(group1=groupHMPT,group2=groupOthers)

TissueData_ASExons=ASExonsg(Data=REIDS_Output, Exonthreshold=0.5,groups=groups,paired=FALSE,significancelevel=0.05)

save(TissueData_ASExons,file="TissueData_ASExons.RData")

Try the REIDS package in your browser

Any scripts or data that you put into this service are public.

REIDS documentation built on May 2, 2019, 4:45 p.m.