Genome Analysis Software Info Site

Official Technology Information Site of in silico biology, inc.

Welcome, Guest
Username: Password: Secret Key Remember me
Questions from Users (IMC)
  • Page:
  • 1

TOPIC:

IMC: Feature Definition Fileのインポート時にエラーとなる 14 years 4 months ago #322

  • AgentUser-sp-1336637799
  • AgentUser-sp-1336637799's Avatar Topic Author
  • Online
  • Posts: 83
Excelを使って自分で作成したFeature Definition FileをIMCにImportすると、次の、Error Message Dialogが表示され、インポートできません。
「For input string "999"」。

Attachments:

Please Log in to join the conversation.

Last edit: by AgentUser-sp-1336637799.

ORFの開始塩基および終了塩基位置が文字列となっている可能性があります 14 years 4 months ago #323

  • akr-sp-1212728882
  • akr-sp-1212728882's Avatar
  • Online
  • Posts: 395
ORFの開始塩基および終了塩基位置が文字列となっている可能性があります。
インポートするCSVファイルをエディターなどで見ると、以下のようになっている場合は、塩基位置の数値が文字列で表記されています。この場合はエラーとなりますので、文字列を数値(正の整数)に変えてください。また、カンマの前後には半角スペースが入らないようにしてください。

エラーとなるケース1
Feature,Start,End,Strand,/note=,...
CDS,"113","213",+,"Kinase..."

エラーとなるケース2
Feature,Start,End,Strand,/note=,...
CDS,113 , 213 ,+,"Kinase..."

インポートできるケース
Feature,Start,End,Strand,/note=,...
CDS,113,213,+,"Kinase..."

Please Log in to join the conversation.

  • Page:
  • 1
Time to create page: 0.040 seconds