Description Usage Arguments Value Examples
Perform pathwaysplice in one step
1 2 | Run_pathwaysplice(re.gene.based, ad = "GL", sub_feature = NULL, threshold,
genomeID, geneID, gene_model, method)
|
re.gene.based |
gene based results |
ad |
bias factor to be adjusted |
sub_feature |
feature to be checked |
threshold |
threshold to be used for adjustment |
genomeID |
gene to be used |
geneID |
geneID to be used |
gene_model |
gene model to be used |
method |
method to be used |
a list that has gene set enrichment analysis results
1 2 3 4 5 6 7 8 9 10 11 | data(mds)
data(hg19)
Example.Go.adjusted.by.exon<-Run_pathwaysplice(mds,ad='exon_SJ',sub_feature='E',
0.05,genomeID='hg19',geneID='ensGene',gene_model=hg19,method='Wallenius')
Example.Go.adjusted.by.exon<-Run_pathwaysplice(mds,ad='exon_SJ',sub_feature='E',
0.05,genomeID='hg19',geneID='ensGene',gene_model=hg19,method='Sampling')
Example.Go.unadjusted<-Run_pathwaysplice(mds,ad='exon_SJ',sub_feature='E',
0.05,genomeID='hg19',geneID='ensGene',gene_model=hg19,method='Hypergeometric')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.