2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Qiime2 メタデータファイルの#q2:typesについて

2
Last updated at Posted at 2019-05-01

Qiime2 のメタデータで数値のみの列があるとき

Qiime2 でメタデータとして数値のみの列があるときにそのままdiverity analysis を実行するとエラーが出る.
qiime2019.1 バージョンで実行.

Metadata column 'hogehoge' is numeric. Option --m-metadata-column expects the column to be categorical.

"Moving Pictures" tutorial からメタデータをとってくると,

image.png

のように#q2:typesという行があった.
どうやら,これを自分のメタデータに追加すればいいっぽい.

この#q2:typesのカテゴリをサンプルが文字のときはcategoricalに,数値のみのときはnumericにする.

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?