-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
31 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
Package: EPIC | ||
Type: Package | ||
Title: Estimate the Proportion of Immune and Cancer cells | ||
Version: 1.1.4 | ||
Authors@R: as.person(c( | ||
"Julien Racle <[email protected]> [aut, cre]", | ||
"David Gfeller <[email protected]> [aut]" | ||
)) | ||
Description: Package implementing EPIC method to estimate the proportion of | ||
immune, stromal, endothelial and cancer or other cells from bulk gene | ||
expression data. | ||
It is based on reference gene expression profiles for the main non-malignant | ||
cell types and it predicts the proportion of these cells and of the | ||
remaining "other cells" (that are mostly cancer cells) for which no | ||
reference profile is given. | ||
Depends: | ||
R (>= 3.2.0) | ||
License: file LICENSE | ||
LazyData: TRUE | ||
RoxygenNote: 6.1.0 | ||
Suggests: | ||
testthat, | ||
knitr, | ||
rmarkdown | ||
Imports: | ||
stats | ||
VignetteBuilder: knitr | ||
Package: EPIC | ||
Type: Package | ||
Title: Estimate the Proportion of Immune and Cancer cells | ||
Version: 1.1.5 | ||
Authors@R: as.person(c( | ||
"Julien Racle <[email protected]> [aut, cre]", | ||
"David Gfeller <[email protected]> [aut]" | ||
)) | ||
Description: Package implementing EPIC method to estimate the proportion of | ||
immune, stromal, endothelial and cancer or other cells from bulk gene | ||
expression data. | ||
It is based on reference gene expression profiles for the main non-malignant | ||
cell types and it predicts the proportion of these cells and of the | ||
remaining "other cells" (that are mostly cancer cells) for which no | ||
reference profile is given. | ||
Depends: | ||
R (>= 3.2.0) | ||
License: file LICENSE | ||
LazyData: TRUE | ||
RoxygenNote: 6.1.0 | ||
Suggests: | ||
testthat, | ||
knitr, | ||
rmarkdown | ||
Imports: | ||
stats | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.