Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -10,15 +10,15 @@ 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"))
Author: Yungil Kim [aut, cre], Alexis Battle [aut]
Maintainer: Yungil Kim <ipw012@gmail.com>
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,
Expand Down