powered by
TSC is a function to calculate transcriprtional similarity coefficient between two biological pathways
TSC(PathwayExp1, PathwayExp2)
Expression matrix of genes within the chosen pathway in the 1st set of samples
Expression matrix of genes within the chosen pathway in the 2nd set of samples
Transcriptional similarity coefficient
# NOT RUN { Pathway1_ExpMat <- matrix(runif(100,0,10), ncol = 10) Pathway2_ExpMat <- matrix(runif(100,0,10), ncol = 10) TSC(Pathway1_ExpMat, Pathway2_ExpMat) # }
Run the code above in your browser using DataLab