thomasp85 / FindMyFriends

Fast alignment-free pangenome creation and exploration
27 stars 6 forks source link

Error in info[, 1] : incorrect number of dimensions #12

Closed aotcnlsl closed 6 years ago

aotcnlsl commented 7 years ago

location <- setwd("c:/Users/HyeonHae/Documents/genomedata") genomeFiles <- list.files(location, full.names=TRUE, pattern='*.fna')

library(FindMyFriends)

rhamnopan <- pangenome(genomeFiles[1:10], TRUE, geneLocation = 'prodigal') rhamnopan

Hi

I'm kinda newbie in this field. now, I'm having a hard time following your maunal to solve my new project. why it doesn'y work in my way. frustrating. help me.