Skip to content

Commit

Permalink
Merge pull request #17 from ocbe-uio/release-1.0
Browse files Browse the repository at this point in the history
Release 1.0
  • Loading branch information
wleoncio committed Aug 27, 2020
2 parents 196d59f + 4945b4c commit 0567683
Show file tree
Hide file tree
Showing 149 changed files with 4,150 additions and 5,045 deletions.
7 changes: 6 additions & 1 deletion .Rbuildignore
Expand Up @@ -6,13 +6,18 @@ CONTRIBUTING.md
DIscBIOlogo.png
README.md
notebook
data/valuesG1msReduced.rda
data/valuesG1msRed.rda
data/valuesG1ms.rda
data/genes20k.rda
data/pan_indrop_matrix_8000cells_18556genes.rda
data/valuesG1msReduced_treated_K.rda
data/valuesG1msReduced_treated_MB.rda
apt.txt
install.R
postBuild
runtime.txt
.travis.yml
.github
.git
.git
Aux
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
inst/doc
doc
Meta
Meta
Aux
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -5,5 +5,7 @@ cache:
packages: true
timeout: 3000
r:
- bioc-release
- bioc-devel
- release
- devel
bioc_required: true
use_bioc: true
110 changes: 54 additions & 56 deletions DESCRIPTION
@@ -1,96 +1,94 @@
Package: DIscBIO
Date: 2020-05-04
Date: 2020-07-30
Title: A User-Friendly Pipeline for Biomarker Discovery in Single-Cell Transcriptomics
Version: 0.99.8
Version: 1.0.0
Authors@R:
c(
person(given = "Salim",
family = "Ghannoum",
role = c("aut", "cph"),
email = "salim.ghannoum@medisin.uio.no"),
person(given = "Alvaro",
family = "Köhn-Luque",
role = c("aut", "ths"),
email = "alvaro.kohn-luque@medisin.uio.no"),
person(given = "Waldir",
family = "Leoncio",
role = c("cre", "aut"),
email = "w.l.netto@medisin.uio.no"),
person(given = "Damiano",
family = "Fantini",
role = c("ctb"))
)
c(
person(
given = "Salim",
family = "Ghannoum",
role = c("aut", "cph"),
email = "salim.ghannoum@medisin.uio.no"
),
person(
given = "Alvaro",
family = "Köhn-Luque",
role = c("aut", "ths"),
email = "alvaro.kohn-luque@medisin.uio.no"
),
person(
given = "Waldir",
family = "Leoncio",
role = c("cre", "aut"),
email = "w.l.netto@medisin.uio.no"
),
person(
given = "Damiano",
family = "Fantini",
role = c("ctb")
)
)
Description: An open, multi-algorithmic pipeline for easy, fast and efficient
analysis of cellular sub-populations and the molecular signatures that
characterize them. The pipeline consists of four successive steps: data
pre-processing, cellular clustering with pseudo-temporal ordering, defining
differential expressed genes and biomarker identification. This package
implements extensions of the work published by Ghannoum et. al.
<doi:10.1101/700989>.
biocViews: SingleCell, Transcriptomics, Clustering, DecisionTree
analysis of cellular sub-populations and the molecular signatures that
characterize them. The pipeline consists of four successive steps: data
pre-processing, cellular clustering with pseudo-temporal ordering, defining
differential expressed genes and biomarker identification. This package
implements extensions of the work published by Ghannoum et. al. (2019)
<doi:10.1101/700989>.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: methods, TSCAN, boot, httr, mclust, statmod, biomaRt, samr, igraph,
RWeka, partykit, grid, philentropy, NetIndices, png, matrixStats, grDevices,
readr, RColorBrewer, ggplot2, rpart, fpc, cluster, rpart.plot, amap, dplyr,
tsne, AnnotationDbi, org.Hs.eg.db, calibrate, graphics, stats, utils
Imports: methods, TSCAN, boot, httr, mclust, statmod, igraph,
RWeka, philentropy, NetIndices, png, grDevices,
readr, RColorBrewer, ggplot2, rpart, fpc, cluster, rpart.plot,
tsne, AnnotationDbi, org.Hs.eg.db, graphics, stats, utils, impute
Depends:
R (>= 4.0), SingleCellExperiment
R (>= 4.0), SingleCellExperiment
Suggests:
knitr,
rmarkdown,
testthat,
enrichR,
Seurat
VignetteBuilder: knitr
Seurat
LazyData: true
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1
URL: https://github.com/ocbe-uio/DIscBIO#usage
BugReports: https://github.com/ocbe-uio/DIscBIO/issues
Collate:
'DIscBIO-classes.R'
'DIscBIO-generic-ClassVectoringDT.R'
'DIscBIO-generic-ClustDiffGenes.R'
'DIscBIO-generic-Clustexp.R'
'DIscBIO-generic-DEGanalysis.R'
'DIscBIO-generic-DEGanalysis2clust.R'
'DIscBIO-generic-Exprmclust.R'
'DIscBIO-generic-FinalPreprocessing.R'
'DIscBIO-generic-FindOutliersKM.R'
'DIscBIO-generic-FindOutliersMB.R'
'DIscBIO-generic-KMClustDiffGenes.R'
'DIscBIO-generic-KMclustheatmap.R'
'DIscBIO-generic-KmeanOrder.R'
'DIscBIO-generic-MBClustDiffGenes.R'
'DIscBIO-generic-MBclustheatmap.R'
'DIscBIO-generic-FindOutliers.R'
'DIscBIO-generic-NoiseFiltering.R'
'DIscBIO-generic-Normalizedata.R'
'DIscBIO-generic-PCAplotSymbols.R'
'DIscBIO-generic-PlotmclustMB.R'
'DIscBIO-generic-clusteringOrder.R'
'DIscBIO-generic-clustheatmap.R'
'DIscBIO-generic-comptSNE.R'
'DIscBIO-generic-comptsneMB.R'
'DIscBIO-generic-plotExptSNE.R'
'DIscBIO-generic-plotGap.R'
'DIscBIO-generic-plotKmeansLabelstSNE.R'
'DIscBIO-generic-plotMBLabelstSNE.R'
'DIscBIO-generic-plotOrderKMtsne.R'
'DIscBIO-generic-plotOrderMBtsne.R'
'DIscBIO-generic-plotLabelstSNE.R'
'DIscBIO-generic-plotOrderTsne.R'
'DIscBIO-generic-plotSilhouette.R'
'DIscBIO-generic-plotSymbolstSNE.R'
'DIscBIO-generic-plotexptsneMB.R'
'DIscBIO-generic-plotsilhouetteMB.R'
'DIscBIO-generic-plottSNE.R'
'DIscBIO-generic-plottsneMB.R'
'DIscBIO-generic-pseudoTimeOrdering.R'
'J48DT.R'
'J48DTeval.R'
'Jaccard.R'
'MB_Order.R'
'NetAnalysis.R'
'Networking.R'
'PPI.R'
'PlotMBexpPCA.R'
'PlotMBorderPCA.R'
'PlotMBpca.R'
'RpartDT.R'
'RpartEVAL.R'
'VolcanoPlot.R'
'customConverters.R'
'datasets.R'
'retrieveBiomart.R'
'internal-functions.R'
'prepExampleDataset.R'
'reformatSiggenes.R'
'replaceDecimals.R'
'samr-adapted.R'
23 changes: 2 additions & 21 deletions LICENSE
@@ -1,21 +1,2 @@
MIT License

Copyright (c) 2019 SystemsBiologist

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
YEAR: 2019
COPYRIGHT HOLDER: Salim Ghannoum
48 changes: 12 additions & 36 deletions NAMESPACE
@@ -1,18 +1,15 @@
# Generated by roxygen2: do not edit by hand

export(ClustDiffGenes)
export(DISCBIO)
export(DISCBIO2SingleCellExperiment)
export(J48DT)
export(J48DTeval)
export(Jaccard)
export(KMClustDiffGenes)
export(MBClustDiffGenes)
export(MB_Order)
export(NetAnalysis)
export(Networking)
export(PPI)
export(PlotMBexpPCA)
export(PlotMBorderPCA)
export(PlotMBpca)
export(RpartDT)
export(RpartEVAL)
export(VolcanoPlot)
Expand All @@ -21,60 +18,42 @@ export(customConvertFeats)
export(plotGap)
exportClasses(DISCBIO)
exportMethods(ClassVectoringDT)
exportMethods(ClustDiffGenes)
exportMethods(Clustexp)
exportMethods(DEGanalysis)
exportMethods(DEGanalysis2clust)
exportMethods(Exprmclust)
exportMethods(FinalPreprocessing)
exportMethods(FindOutliersKM)
exportMethods(FindOutliersMB)
exportMethods(KMClustDiffGenes)
exportMethods(KMclustheatmap)
exportMethods(FindOutliers)
exportMethods(KmeanOrder)
exportMethods(MBClustDiffGenes)
exportMethods(MBclustheatmap)
exportMethods(NoiseFiltering)
exportMethods(Normalizedata)
exportMethods(PCAplotSymbols)
exportMethods(PlotmclustMB)
exportMethods(clustheatmap)
exportMethods(comptSNE)
exportMethods(comptsneMB)
exportMethods(plotExptSNE)
exportMethods(plotKmeansLabelstSNE)
exportMethods(plotMBLabelstSNE)
exportMethods(plotOrderKMtsne)
exportMethods(plotOrderMBtsne)
exportMethods(plotLabelstSNE)
exportMethods(plotOrderTsne)
exportMethods(plotSilhouette)
exportMethods(plotSymbolstSNE)
exportMethods(plotexptsneMB)
exportMethods(plotsilhouetteMB)
exportMethods(plottSNE)
exportMethods(plottsneMB)
exportMethods(pseudoTimeOrdering)
import(org.Hs.eg.db)
importClassesFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(AnnotationDbi,keys)
importFrom(AnnotationDbi,select)
importFrom(NetIndices,GenInd)
importFrom(RColorBrewer,brewer.pal)
importFrom(RWeka,J48)
importFrom(TSCAN,TSCANorder)
importFrom(amap,K)
importFrom(amap,Kmeans)
importFrom(biomaRt,getBM)
importFrom(biomaRt,useDataset)
importFrom(biomaRt,useEnsembl)
importFrom(biomaRt,useMart)
importFrom(boot,boot)
importFrom(calibrate,textxy)
importFrom(cluster,clusGap)
importFrom(cluster,maxSE)
importFrom(cluster,silhouette)
importFrom(dplyr,summarize)
importFrom(fpc,calinhara)
importFrom(fpc,cluster.stats)
importFrom(fpc,clusterboot)
importFrom(fpc,dudahart2)
importFrom(fpc,kmeansCBI)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
Expand Down Expand Up @@ -109,7 +88,6 @@ importFrom(graphics,points)
importFrom(graphics,rasterImage)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(grid,gpar)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,status_code)
Expand All @@ -127,22 +105,17 @@ importFrom(igraph,graph.adjacency)
importFrom(igraph,graph.data.frame)
importFrom(igraph,mean_distance)
importFrom(igraph,minimum.spanning.tree)
importFrom(matrixStats,rowVars)
importFrom(impute,impute.knn)
importFrom(mclust,Mclust)
importFrom(mclust,mclustBIC)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,validObject)
importFrom(partykit,as.party)
importFrom(philentropy,distance)
importFrom(png,readPNG)
importFrom(readr,read_tsv)
importFrom(rpart,rpart)
importFrom(rpart.plot,rpart.plot)
importFrom(samr,samr)
importFrom(samr,samr.compute.delta.table)
importFrom(samr,samr.compute.siggenes.table)
importFrom(samr,samr.plot)
importFrom(statmod,glmgam.fit)
importFrom(stats,aggregate)
importFrom(stats,as.dist)
Expand All @@ -161,6 +134,9 @@ importFrom(stats,pnbinom)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,smooth.spline)
importFrom(stats,var)
importFrom(tsne,tsne)
importFrom(utils,capture.output)
Expand Down
2 changes: 0 additions & 2 deletions NEWS.md

This file was deleted.

8 changes: 4 additions & 4 deletions R/DIscBIO-classes.R
Expand Up @@ -50,14 +50,14 @@
#' @exportClass DISCBIO
#'
#' @importClassesFrom SingleCellExperiment SingleCellExperiment
#' @export
#'
#' @examples
#' class(valuesG1msReduced)
#' G1_reclassified <- DISCBIO(valuesG1msReduced)
#' class(valuesG1msTest)
#' G1_reclassified <- DISCBIO(valuesG1msTest)
#' class(G1_reclassified)
#' str(G1_reclassified, max.level=2)
#' identical(G1_reclassified@expdataAll, valuesG1msReduced)
#' @export
#' identical(G1_reclassified@expdataAll, valuesG1msTest)
DISCBIO <- setClass(
Class = "DISCBIO",
slots = c(
Expand Down

0 comments on commit 0567683

Please sign in to comment.