-
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.
Version 1.0.6: updated EPIC based on the latest reference profiles, g…
…iving them new names. Documentation has also been updated.
- Loading branch information
Showing
24 changed files
with
301 additions
and
259 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,16 +1,17 @@ | ||
Package: EPIC | ||
Type: Package | ||
Title: Estimate the Proportion of Immune and Cancer cells | ||
Version: 1.0.5 | ||
Version: 1.0.6 | ||
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 and cancer cells from bulk gene expression data. It is based on | ||
reference gene expression profiles for the main immune cell types and it | ||
predicts the proportion of these cells and of the remaining "other cells" | ||
that are the remaining cells (cancer, stromal, endothelial) for which no | ||
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 | ||
|
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
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
Oops, something went wrong.