Could you look into GO slim mapping files?
go_slim_mapping.tab
This site is to serve as my note-book and to effectively communicate with my students and collaborators. Every now and then, a blog may be of interest to other researchers or teachers. Views in this blog are my own. All rights of research results and findings on this blog are reserved. See also http://youtube.com/c/hongqin @hongqin
Showing posts with label sgd. Show all posts
Showing posts with label sgd. Show all posts
Thursday, June 28, 2018
Saturday, July 5, 2014
Yeast ORF Name table from FASTA headers
$ grep ">" sce.orf.faa > /tmp/sce.orf.name.txt
$ cut -f1-2 -d ' ' sce.orf.name.txt > tmp.txt
Byte:tmp hqin$ cut -f1-2 -d ' ' sce.orf.name.txt > tmp.txt
Byte:tmp hqin$ head tmp.txt
>YAL001C TFC3
>YAL002W VPS8
>YAL003W EFB1
>YAL005C SSA1
>YAL007C ERP2
>YAL008W FUN14
>YAL009W SPO7
>YAL010C MDM10
>YAL011W SWC3
>YAL012W CYS3
Byte:tmp hqin$ cut -f2 -d '>' tmp.txt > ORF_name.txt
Byte:tmp hqin$ head ORF_name.txt
YAL001C TFC3
YAL002W VPS8
YAL003W EFB1
YAL005C SSA1
YAL007C ERP2
YAL008W FUN14
YAL009W SPO7
YAL010C MDM10
YAL011W SWC3
YAL012W CYS3
Subscribe to:
Posts (Atom)

