fmfi-genomika / genomikaMalGlo

Malassezia globosa
0 stars 0 forks source link

(N) Expression data from RNA-seq (medium/slow, needs A) #14

Closed mrshu closed 6 years ago

mrshu commented 6 years ago

to create track, place bigwig file to appropriate place in /gbdb

then create table with reference to this file:

hgsql malXyz1 -e "CREATE TABLE table_name (fileName varchar(255) not null);" hgsql malXyz1 -e "insert into table_name values ('/gbdb/malXyz1/filename.bw');"

in trackDb.ra include something like this: (change 500 to appropriate value at which read depth is clipped)

track table_name shortLabel RNA-seq coverage longLabel RNA-seq coverage visibility dense group rna type bigWig 0 500

composite track from multiple experiments:

track track_name compositeTrack on type bigWig 0 200 shortLabel RNA-seq coverage longLabel RNA-seq coverage group rna visibility dense

track subtrack_name shortLabel subtrack_label longLabel subtrack_label parent track_name type bigWig 0 250 visibility full maxHeightPixels 80:16:8



- Last year notes: https://github.com/fmfi-genomika/genomika-2017/wiki/Expression-tracks
  - However steps there are mostly not recommended this year
  - Last year tracks, see RNA-seq WT1 (L) in yarLip browser