This file contains hidden or 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
# Script para trabajar con Alineamientos | |
# [Goku Nivel 7] | |
Sys.setenv(http_proxy="http://danilo:[email protected]:3128/") | |
Sys.setenv(https_proxy="http://danilo:[email protected]:3128/") | |
# Paquetes a instalar! | |
source("https://bioconductor.org/biocLite.R") | |
biocLite("Biostrings") | |
biocLite("msa") #update all = a |
This file contains hidden or 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
# Script de R: Introduccion a R | |
# Goku | |
# Solamente si estoy en la FACEN | |
Sys.setenv(http_proxy="http://laboratorio:[email protected]:3128/") | |
Sys.setenv(https_proxy="https://laboratorio:[email protected]:3128/") | |
## Trabajando con Secuencias de DNA | |
# Una de las cosas mas basicas qeu necesitas saber hacer con R para bioinformatica es |