writeEnrichment | R Documentation |
Write the tabular form of the pathway or GO term enrichment results
writeEnrichment(mrnaObject, fileName, sept = "\t", type = "pAdjust", n)
mrnaObject |
Object of the enrichment result |
fileName |
File name of the txt file |
sept |
File separator, by default, it is tab('\t') |
type |
Draw the dot plot according to the p-value or adjusted p-value ("pvalue", "pAdjust"). Default value is "pAdjust". |
n |
Number of GO terms or pathways, that ordered by type and has least number of top p-value |
Text file of the enrichment results in a tabular format
## Not run: ncGO<-geneGOEnricher(gene = brain_disorder_ncRNA, org_assembly='hg19', near=TRUE, genetype = 'Ensembl_gene') writeEnrichment(mrnaObject = ncGO,fileName = "a.txt",sept = '\t') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.