... | ... |
@@ -1,16 +1,16 @@ |
1 | 1 |
Package: scTHI |
2 |
-Title: Indentification of significantly activated ligand-receptor interactions across clusters of cells from single-cell RNA sequencing data. |
|
3 |
-Version: 0.99.6 |
|
2 |
+Title: Indentification of significantly activated ligand-receptor interactions across clusters of cells from single-cell RNA sequencing data |
|
3 |
+Version: 0.99.7 |
|
4 | 4 |
Authors@R: c(person("Francesca Pia", "Caruso", email = "francescapia.caruso@gmail.com", role = c("aut")), |
5 | 5 |
person("Michele", "Ceccarelli", email = "m.ceccarelli@gmail.com", role = c("aut", "cre"))) |
6 | 6 |
Description: scTHI is an R package to identify active pairs of ligand-receptors from single cells in order to study,among others, tumor-host interactions. scTHI contains a set of signatures to classify cells from the tumor microenvironment. |
7 |
-Depends: scTHI.data, R (>= 4.0) |
|
7 |
+Depends: R (>= 4.0) |
|
8 | 8 |
License: GPL-2 |
9 | 9 |
Encoding: UTF-8 |
10 | 10 |
RoxygenNote: 6.1.1.9000 |
11 | 11 |
LazyData: false |
12 | 12 |
Imports: BiocParallel, Rtsne, grDevices, graphics, stats |
13 |
-Suggests: knitr, rmarkdown |
|
13 |
+Suggests: scTHI.data, knitr, rmarkdown |
|
14 | 14 |
VignetteBuilder: knitr |
15 | 15 |
biocViews: Software,SingleCell |
16 | 16 |
BugReports: https://github.com/miccec/scTHI/issues |
... | ... |
@@ -27,6 +27,7 @@ |
27 | 27 |
#' a specific |
28 | 28 |
#' phenotype based on the first significant enriched gene set. |
29 | 29 |
#' @examples |
30 |
+#' library(scTHI.data) |
|
30 | 31 |
#' data(scExample) |
31 | 32 |
#' Class <- TME_classification(scExample) |
32 | 33 |
#' @return A list with two items: Class (character) and ClassLegend |
... | ... |
@@ -98,6 +98,7 @@ getcolors <- function(genesToplot, expMat, |
98 | 98 |
#' @param cexPoint Set the point size. |
99 | 99 |
#' @param interactionToplot Interaction pair to plot. |
100 | 100 |
#' @examples |
101 |
+#' library(scTHI.data) |
|
101 | 102 |
#' data(scExample) |
102 | 103 |
#' result <- scTHI_score(scExample, |
103 | 104 |
#' cellCusterA = colnames(scExample)[1:30], |
... | ... |
@@ -129,6 +129,7 @@ getScore <- function(expMat, interaction_table, cellCuster, |
129 | 129 |
#' @examples |
130 | 130 |
#' |
131 | 131 |
#' ####################### example of scTHI_score |
132 |
+#' library(scTHI.data) |
|
132 | 133 |
#' data(scExample) |
133 | 134 |
#' result <- scTHI_score(scExample, |
134 | 135 |
#' cellCusterA = colnames(scExample)[1:30], |