diff --git a/DESCRIPTION b/DESCRIPTION index 6561c46..2ca077c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: RIVERpkg -Date: 2017-02-01 +Date: 2017-02-17 Title: R package for RIVER (RNA-Informed Variant Effect on Regulation) Description: An implementation of a probabilistic modeling framework that jointly analyzes personal genome and transcriptome data to estimate the probability that @@ -10,7 +10,7 @@ Description: An implementation of a probabilistic modeling framework that jointl regulatory variant status then influences whether nearby genes are likely to display outlier levels of gene expression in that person. See the RIVER website for more information, documentation and examples. -Version: 0.99.1 +Version: 0.99.2 Authors@R: c(person("Yungil", "Kim", role = c("aut", "cre"), email = "ipw012@gmail.com"), person("Damani", "Farhan", role = "ctb", email = "farhand7@gmail.com"), person("Alexis", "Battle", role = "aut", email = "ajbattle@cs.jhu.edu")) @@ -18,7 +18,7 @@ Author: Yungil Kim [aut, cre], Alexis Battle [aut] Maintainer: Yungil Kim URL: https://github.com/ipw012/RIVERpkg BugReports: https://github.com/ipw012/RIVERpkg/issues -Depends: R (>= 3.3.1) +Depends: R (>= 3.3.2) biocViews: GeneExpression, GeneticVariability, SNP, Transcription, FunctionalPrediction, GeneRegulation, GenomicVariation, BiomedicalInformatics, FunctionalGenomics, Genetics, SystemsBiology, Transcriptomics, Bayesian, Clustering,