Revision 66357a4654bfe45c5fe4a9565bdf67d7b5a6f05c authored by clevermx on 18 January 2022, 11:09:39 UTC, committed by Space on 18 January 2022, 11:09:39 UTC
Add meta-files generation for new counts processing.
Add support for 8+ versions of ARCHs4.

Co-authored-by: Alexey Sergushichev <alserg@itmo.ru>
Merge-request: PHANTASUS-MR-21
Merged-by: Maksim Kleverov <klevermx@gmail.com>
1 parent d230978
Raw File
NAMESPACE
# Generated by roxygen2: do not edit by hand

export(generatePreloadedSession)
export(getES)
export(getGDS)
export(getGSE)
export(read.gct)
export(reparseCachedESs)
export(servePhantasus)
export(write.gct)
import(Biobase)
import(GEOquery)
import(Rook)
import(ccaPP)
import(data.table)
import(ggplot2)
import(grid)
import(gtable)
import(htmltools)
import(httpuv)
import(jsonlite)
import(limma)
import(opencpu)
import(rhdf5)
import(stats)
import(svglite)
importFrom(AnnotationDbi,columns)
importFrom(AnnotationDbi,keys)
importFrom(AnnotationDbi,loadDb)
importFrom(AnnotationDbi,mapIds)
importFrom(AnnotationDbi,species)
importFrom(fgsea,fgseaMultilevel)
importFrom(fgsea,plotEnrichment)
importFrom(ggplot2,ggtitle)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,svg)
importFrom(methods,new)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(utils,download.file)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,object.size)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)
back to top