Gibbon L1PA nomLeu3 Track Settings
 
Full-length Gibbon L1PA nomLeu3   (All Mappings of Full Length Primate L1PA Elements tracks)

Display mode:       Reset to defaults

Type of graph:
Track height: pixels (range: 11 to 128)
Data view scaling: Always include zero: 
Vertical viewing range: min:  max:   (range: 0 to 127)
Transform function:Transform data points by: 
Windowing function: Smoothing window:  pixels
Negate values:
Draw y indicator lines:at y = 0.0:    at y =
Graph configuration help
List subtracks: only selected/visible    all  
hide
 Configure
 Gibbon L1PA4 nomLeu3  Gibbon L1PA4 nomLeu3 6000 nt   Schema 
hide
 Configure
 Gibbon L1PA5 nomLeu3  Gibbon L1PA5 nomLeu3 6000 nt   Schema 

Description

This track shows mappings of all near full length (>6000 nt) L1PA5->4 instances in Gibbon to the corresponding Repeat Browser consensus.

Display Conventions and Configuration

The track is a coverage track of all elements found in the labeled genome. Drops in coverage indicate lack of alignment (e.g. a deletion).

Use this track to see if deletions or insertions correspond to factor binding.

Methods

#get the L1PA from the rmsk file, sort it, merge it [sometimes L1PA not full merged!!!] but don't merge two giant things, filter on full length

cat legend.txt | while read i; do grep -P "\t${1}\t" ${i}_RepeatMasker.bed | bedtools sort | bedtools merge -s | awk '$3-$2>6000' > ${i}_${1}_full.bed; done

#get sequence

cat legend.txt | while read i; do twoBitToFa -bed=${i}_${1}_full.bed -bedPos https://hgdownload.soe.ucsc.edu/gbdb/${i}.2bit ${i}_${1}_full.fa; done

#blat

cat legend.txt | while read i; do blat RepeatBrowserConsensus/${1}.fa ${i}_${1}_full.fa ${i}_${1}_full.psl; done

#make coverage track

cat legend.txt |while read i; do psl2cov.sh ${i}_${1}_full.psl ~/public_html/RepeatBrowserHub/hg38reps/hg38reps.sizes bw/${i}_${1}_full.bw; done

References

https://www.biorxiv.org/content/10.1101/429613v2

Email max@soe.ucsc.edu or jferna10@ucsc.edu