question about data processing for syntenet
1
0
Entering edit mode
Sujeevan • 0
@135951ef
Last seen 9 weeks ago
South Korea

Hello,

I am a non programmer trying to run syntenet for tomato genes. However, after the loading the sequences and gff file, the check input command returned " Names of list elements in 'seq' and 'annotation' must match". i have specified the path to both gff and fasta files using

gff_dir <- "C:/Users/HELLBAT/Documents/R projects/Synteny/model" fasta_dir <- "C:/Users/HELLBAT/Documents/R projects/Synteny/protein"

and ran

aastringsetlist <- fasta2AAStringSetlist(fasta_dir) grangeslist <- gff2GRangesList(gff_dir)

which worked file as the practice files. But when i run check_input() using

check_input(aastringsetlist, grangeslist) Error in check_list_names(seq, annotation) : Names of list elements in 'seq' and 'annotation' must match.

this error keeps popping even if i matched the gene_ids and specified the column.

I am new for R, so please kindly help!

-Jeev

syntenet • 281 views
ADD COMMENT
0
Entering edit mode
@fabricio_almeidasilva-14890
Last seen 4 weeks ago
Ghent, Belgium

Hi, Sujeevan.

Sorry for the late reply, a bug in the support site deactivated email notifications to developers for questions tagging our packages. I believe I already answered this issue here, right?

Best,

Fabricio

Login before adding your answer.

Traffic: 451 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6