pets 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a629423c3668446b726dc91d984efe15e730ed48
4
- data.tar.gz: 11b466ef84cdf9d84354fb54f7c5371fee6fe067
3
+ metadata.gz: dd324bc8a0b43977ceab64dd0aa64a4c0200d7d1
4
+ data.tar.gz: f3ba9b874004893503c999bd39e86b8cebbff8fc
5
5
  SHA512:
6
- metadata.gz: c361cd825328b9265851eef94ae704e2bfc4c88c215b193ee10edb04e2caa93d538c66c7701d09b2ae12c018921f8d579a133705a5ab16e342e5cf961abbd370
7
- data.tar.gz: 8acfa703181a2787f8e50c36b0dd2eb8704b7f3f10f6b45e2a7777e3a7c144182c94ffad57a919efb51c6c22817fff436c1b549f6eee5e7fc5ea07853f6a5512
6
+ metadata.gz: 2cf6fe6377aeb425e57f04712cf913f648acb67050c62b92ffcbf88bffb55f710ed5de071a58b630d3e6abc822c4f6e126b5b7e9f481b352e40128da6aed2091
7
+ data.tar.gz: 543b413cbdbdcbf198514fb195fa5e02027f3fe54ac7ae593a9078402fbb56711f7308aea715582191cd03956bef6f78be5dc5a3d9ff7dd78efb6b698c568670
data/README.md CHANGED
@@ -1,15 +1,17 @@
1
- # Gephepred
1
+ # Pets
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/gephepred`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Pets (Patient exploration tools suite) include tools for the analysis of cohorts of patients with pathological phenotypes described in terms of the Human Phenotype Ontology (HPO) and the position their genomic variants clinically determined.
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ Pets include tools to (1) perform cohort analysis (coPatReporter.rb), (2) searching for pathological phenotypes associated with a genomic region of interest (reg2phen.rb) and (3) predict regions of the genome that potentially lead to the pathological phenotypes observed in a patient (phen2reg.rb).
6
+
7
+ Associations between pathological phenotypes and genomic regions (using genomic coordinates from GRCh37 human assembly) are previously calculated using NetAnalyzer (https://rubygems.org/gems/NetAnalyzer). Please cite us as Rojano E. et al (2017). Revealing the Relationship Between Human Genome Regions and Pathological Phenotypes Through Network Analysis. LNCS, 10208:197-207.
6
8
 
7
9
  ## Installation
8
10
 
9
11
  Add this line to your application's Gemfile:
10
12
 
11
13
  ```ruby
12
- gem 'gephepred'
14
+ gem 'pets'
13
15
  ```
14
16
 
15
17
  And then execute:
@@ -18,7 +20,7 @@ And then execute:
18
20
 
19
21
  Or install it yourself as:
20
22
 
21
- $ gem install gephepred
23
+ $ gem install pets
22
24
 
23
25
  ## Usage
24
26
 
@@ -32,7 +34,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
34
 
33
35
  ## Contributing
34
36
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/gephepred.
37
+ Bug reports and pull requests are welcome on GitHub at https://bitbucket.org/elenarojano/pets.
36
38
 
37
39
 
38
40
  ## License
data/bin/coPatReporter.rb CHANGED
@@ -6,7 +6,7 @@ EXTERNAL_DATA = File.expand_path(File.join(ROOT_PATH, '..', 'external_data'))
6
6
  HPO_FILE = File.join(EXTERNAL_DATA, 'hp.obo')
7
7
  IC_FILE = File.join(EXTERNAL_DATA, 'uniq_hpo_with_CI.txt')
8
8
  CHR_SIZE = File.join(EXTERNAL_DATA, 'chromosome_sizes_hg19.txt')
9
- $: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'gephepred'))
9
+ $: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'pets'))
10
10
 
11
11
  require 'optparse'
12
12
  require 'csv'
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
  ROOT_PATH = File.dirname(__FILE__)
7
- $: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'gephepred'))
7
+ $: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'pets'))
8
8
 
9
9
  ##############################
10
10
  #LIBRARIES
@@ -3,7 +3,7 @@
3
3
  ROOT_PATH = File.dirname(__FILE__)
4
4
  EXTERNAL_DATA = File.expand_path(File.join(ROOT_PATH, '..', 'external_data'))
5
5
  HPO_FILE = File.join(EXTERNAL_DATA, 'hp.obo')
6
- $: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'gephepred'))
6
+ $: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'pets'))
7
7
 
8
8
  require 'generalMethods.rb'
9
9
  require 'optparse'
data/bin/phen2reg.rb CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  REPORT_FOLDER=File.expand_path(File.join(File.dirname(__FILE__), '..', 'templates'))
6
6
  ROOT_PATH = File.dirname(__FILE__)
7
- $: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'gephepred'))
7
+ $: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'pets'))
8
8
  require 'net/ftp'
9
9
  require 'net/http'
10
10
  require 'zlib'
data/bin/reg2phen.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  #data2predict = file to predict
4
4
  #training_file.txt = file with training data (association values and hpo codes).
5
5
  require 'optparse'
6
- require File.join(File.dirname(__FILE__), '..', 'lib', 'gephepred', 'generalMethods.rb')
6
+ require File.join(File.dirname(__FILE__), '..', 'lib', 'pets', 'generalMethods.rb')
7
7
 
8
8
  ##########################
9
9
  #METHODS
data/lib/pets/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pets
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elena Rojano, Pedro Seoane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-24 00:00:00.000000000 Z
11
+ date: 2019-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler