SchemaAnnotation - Tutorial

Objective

This tutorial will guide you through the process of using the SchemaAnnotation module to annotate a schema.

Prerequisites

Procedure

  1. Open a terminal window.

  2. Modify and run the following command to annotate the tutorial schema:

SR SchemaAnnotation -s 'path/to/tutorial_schema/schema_seed' -o 'path/to/output_folder' -ao uniprot-proteomes -pt 'path/to/unzipped/proteome_file' -c 6 -tt 11 --nocleanup

Important

Replace path/to/files/ with the actual path to the files.

  1. Check the output folder for the loci annotations (it should have all columns of both files except for the Proteome ID column of the annotation file).

Note

For the other annotation options the module follows the same procedure but uses the appropriate arguments.

Example Output Structure

To see the expected output structure, refer to the “Outputs” section in the SchemaAnnotation documentation.

Conclusion

You have successfully annotated a schema using the SchemaAnnotation module.