...gt;"ID1");
# part of the sequence as a string
my$subseq=$seqobj->subseq(5,10); print $subseq."\n";my $newSeqobj = Bio::Seq->new(-seq => $subseq, -desc => 'subseq 5-10', -id =>"ID2", );$out->write_seq($newSeqobj);trunc和subseq有区别,trunc返回还是原...
[1] "abstract_factors is start"
Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
line 2 did not have 3 elements
Calls: abstract_factors -> read.table -> scan
Execution halted