src/hg/makeDb/doc/calJac3.txt 1.7
1.7 2010/04/26 16:00:20 markd
added N-SCAN
Index: src/hg/makeDb/doc/calJac3.txt
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/doc/calJac3.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/hg/makeDb/doc/calJac3.txt 1 Apr 2010 17:48:38 -0000 1.6
+++ src/hg/makeDb/doc/calJac3.txt 26 Apr 2010 16:00:20 -0000 1.7
@@ -1343,4 +1343,28 @@
hgLoadSqlTab calJac3 ctgPos2 $HOME/kent/src/hg/lib/ctgPos2.sql ctgPos2.tab
############################################################################
+# N-SCAN gene predictions (nscanGene) - (2010-04-26 markd)
+
+
+ # obtained NSCAN predictions from michael brent's group
+ # at WUSTL
+ cd /cluster/data/calJac3/bed/nscan
+ wget -nv http://mblab.wustl.edu/predictions/marmoset/calJac3/readme.txt
+ wget -nv http://mblab.wustl.edu/predictions/marmoset/calJac3/calJac3.prot.fa
+ wget -nv http://mblab.wustl.edu/predictions/marmoset/calJac3/calJac3.gtf
+ gzip calJac3.*
+ chmod a-w *
+
+ # load track
+ gtfToGenePred -genePredExt calJac3.gtf.gz stdout | hgLoadGenePred -genePredExt calJac3 nscanGene stdin
+ hgPepPred calJac3 generic nscanPep calJac3.prot.fa.gz
+ rm *.tab
+
+ # marmoset/calJac3/trackDb.ra, add:
+ track nscanGene override
+ informant Marmoset N-SCAN used mouse (mm9) as the informant for conservation. PASA clustered human ESTs were mapped to the marmoset genome with the use of the human/marmoset synteny chain track. These remapped clusters were then filtered for splice sites, and used as the EST track on marmoset.
+
+ # veryify top-level search spec, should produce no results:
+ hgsql -Ne 'select name from nscanGene' calJac3 | egrep -v '^chr[0-9a-zA-Z_]+\.([0-9]+|pasa)((\.[0-9a-z]+)?\.[0-9a-z]+)?$' |head
+############################################################################