Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Kevin Meza Landeros
/
MonogenicDiseases
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Kevin Meza Landeros
2020-05-03 12:52:12 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
77c6efa00fccc3334bcb3dd4b5ad8e31c15d34b6
77c6efa0
1 parent
82ac8614
Script; Merge info of both DBs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
scripts/ObtenciondeAllData.R
scripts/ObtenciondeAllData.R
View file @
77c6efa
...
...
@@ -3,7 +3,8 @@
# Este script procesa dos distintas tablas, una obtenida de OMIM tras ciertos filtros
# (gene_filtered_phenENS.txt) y la tabla obtenida del script "get_monogenic_disease_data.sh",
# con la informaci?n de la base de datos DISEASES DB.
# con la informacin de la base de datos DISEASES DB.
# Como output da una tabla que contiene la información de ambas bases de datos.
#### OMIM
phen
<-
read.csv
(
file
=
"C:/Users/Fer/Desktop/gene_filtered_phenENS.txt"
,
header
=
FALSE
,
sep
=
"\t"
)
##path a archivo gene_filtered_phenENS.txt
...
...
Please
register
or
login
to post a comment