comparison goprofiles.R @ 2:58a8ddd58dde draft

planemo upload commit f338a1cf9a782938c228f9bd0ea19ef22eec35d8-dirty
author proteore
date Wed, 07 Mar 2018 09:08:44 -0500
parents 1236ee08ccb8
children 715002a394ec
comparison
equal deleted inserted replaced
1:1236ee08ccb8 2:58a8ddd58dde
1 # Load necessary libraries 1 # Load necessary libraries
2 library("org.Hs.eg.db", quietly=TRUE) 2 library(org.Hs.eg.db)
3 library("goProfiles", quietly=TRUE) 3 library(goProfiles)
4 4
5 # Read file and return file content as data.frame? 5 # Read file and return file content as data.frame?
6 readfile = function(filename, header) { 6 readfile = function(filename, header) {
7 if (header == "true") { 7 if (header == "true") {
8 # Read only the first line of the files as data (without headers): 8 # Read only the first line of the files as data (without headers):