Description Usage Arguments Value Examples
Logistic regression to check bias
1 2 | LRtestBias(jscs_genewise_object, genewise.pvalue = "geneWisePadj",
sig.threshold = 0.05, type = c("exon", "splicing"), boxplot_width)
|
jscs_genewise_object |
gene based table returned from ReformatData and MakeGeneWiseTable_JunctionSeq |
genewise.pvalue |
whether you use smallest p value or geneWisePadj |
sig.threshold |
threshold to define differential gene list |
type |
whether you are interested in exon or splicing junction |
boxplot_width |
parameter for boxplot width |
return results from logistic regression
1 2 | data(mds)
re<-LRtestBias(mds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.