|
a |
|
b/DESCRIPTION |
|
|
1 |
Package: DIscBIO |
|
|
2 |
Date: 2023-11-06 |
|
|
3 |
Title: A User-Friendly Pipeline for Biomarker Discovery in Single-Cell Transcriptomics |
|
|
4 |
Version: 1.2.2 |
|
|
5 |
Authors@R: |
|
|
6 |
c( |
|
|
7 |
person( |
|
|
8 |
given = "Salim", |
|
|
9 |
family = "Ghannoum", |
|
|
10 |
role = c("aut", "cph"), |
|
|
11 |
email = "salim.ghannoum@medisin.uio.no" |
|
|
12 |
), |
|
|
13 |
person( |
|
|
14 |
given = "Alvaro", |
|
|
15 |
family = "Köhn-Luque", |
|
|
16 |
role = c("aut", "ths"), |
|
|
17 |
email = "alvaro.kohn-luque@medisin.uio.no" |
|
|
18 |
), |
|
|
19 |
person( |
|
|
20 |
given = "Waldir", |
|
|
21 |
family = "Leoncio", |
|
|
22 |
role = c("cre", "aut"), |
|
|
23 |
email = "w.l.netto@medisin.uio.no" |
|
|
24 |
), |
|
|
25 |
person( |
|
|
26 |
given = "Damiano", |
|
|
27 |
family = "Fantini", |
|
|
28 |
role = c("ctb") |
|
|
29 |
) |
|
|
30 |
) |
|
|
31 |
Description: An open, multi-algorithmic pipeline for easy, fast and efficient |
|
|
32 |
analysis of cellular sub-populations and the molecular signatures that |
|
|
33 |
characterize them. The pipeline consists of four successive steps: data |
|
|
34 |
pre-processing, cellular clustering with pseudo-temporal ordering, defining |
|
|
35 |
differential expressed genes and biomarker identification. More details on |
|
|
36 |
Ghannoum et. al. (2021) <doi:10.3390/ijms22031399>. This package implements |
|
|
37 |
extensions of the work published by Ghannoum et. al. (2019) |
|
|
38 |
<doi:10.1101/700989>. |
|
|
39 |
License: MIT + file LICENSE |
|
|
40 |
Encoding: UTF-8 |
|
|
41 |
Imports: methods, TSCAN, httr, mclust, statmod, igraph, |
|
|
42 |
RWeka, vegan, NetIndices, png, grDevices, |
|
|
43 |
RColorBrewer, ggplot2, rpart, fpc, cluster, rpart.plot, |
|
|
44 |
tsne, AnnotationDbi, org.Hs.eg.db, graphics, stats, utils, impute, |
|
|
45 |
withr |
|
|
46 |
Depends: |
|
|
47 |
R (>= 4.0), SingleCellExperiment |
|
|
48 |
Suggests: |
|
|
49 |
testthat, |
|
|
50 |
Seurat |
|
|
51 |
LazyData: true |
|
|
52 |
RoxygenNote: 7.2.3 |
|
|
53 |
URL: https://github.com/ocbe-uio/DIscBIO |
|
|
54 |
BugReports: https://github.com/ocbe-uio/DIscBIO/issues |
|
|
55 |
Collate: |
|
|
56 |
'DIscBIO-classes.R' |
|
|
57 |
'DIscBIO-generic-ClassVectoringDT.R' |
|
|
58 |
'DIscBIO-generic-ClustDiffGenes.R' |
|
|
59 |
'DIscBIO-generic-Clustexp.R' |
|
|
60 |
'DIscBIO-generic-DEGanalysis.R' |
|
|
61 |
'DIscBIO-generic-DEGanalysis2clust.R' |
|
|
62 |
'DIscBIO-generic-Exprmclust.R' |
|
|
63 |
'DIscBIO-generic-FinalPreprocessing.R' |
|
|
64 |
'DIscBIO-generic-FindOutliers.R' |
|
|
65 |
'DIscBIO-generic-NoiseFiltering.R' |
|
|
66 |
'DIscBIO-generic-Normalizedata.R' |
|
|
67 |
'DIscBIO-generic-PCAplotSymbols.R' |
|
|
68 |
'DIscBIO-generic-PlotmclustMB.R' |
|
|
69 |
'DIscBIO-generic-clusteringOrder.R' |
|
|
70 |
'DIscBIO-generic-clustheatmap.R' |
|
|
71 |
'DIscBIO-generic-comptSNE.R' |
|
|
72 |
'DIscBIO-generic-plotExptSNE.R' |
|
|
73 |
'DIscBIO-generic-plotGap.R' |
|
|
74 |
'DIscBIO-generic-plotLabelstSNE.R' |
|
|
75 |
'DIscBIO-generic-plotOrderTsne.R' |
|
|
76 |
'DIscBIO-generic-plotSilhouette.R' |
|
|
77 |
'DIscBIO-generic-plotSymbolstSNE.R' |
|
|
78 |
'DIscBIO-generic-plottSNE.R' |
|
|
79 |
'DIscBIO-generic-pseudoTimeOrdering.R' |
|
|
80 |
'J48DT.R' |
|
|
81 |
'J48DTeval.R' |
|
|
82 |
'Jaccard.R' |
|
|
83 |
'NetAnalysis.R' |
|
|
84 |
'Networking.R' |
|
|
85 |
'PPI.R' |
|
|
86 |
'PlotMBpca.R' |
|
|
87 |
'RpartDT.R' |
|
|
88 |
'RpartEVAL.R' |
|
|
89 |
'VolcanoPlot.R' |
|
|
90 |
'bootstrap.R' |
|
|
91 |
'calc_pcareduceres.R' |
|
|
92 |
'cross.val.R' |
|
|
93 |
'customConverters.R' |
|
|
94 |
'datasets.R' |
|
|
95 |
'internal-functions-samr-adapted.R' |
|
|
96 |
'internal-functions.R' |