search for: chr1_sampl

Displaying 1 result from an estimated 1 matches for "chr1_sampl".

Did you mean: chr1_sample
2008 Feb 06
4
inserting text lines in a dat frame
...2 chr1 11320 29 3 chr1 11400 45 4 chr2 21680 35 5 chr2 21750 84 6 chr2 21820 29 7 chr2 31890 46 8 chr3 32100 29 9 chr3 52380 29 10 chr3 66450 46 I would like to insert the following 4 lines at the beginning: browser position chr1:1-10000 browser hide all track type=wiggle_0 name=sample description=chr1_sample visibility=full variableStep chrom=chr1 span=1 and then insert 2 lines before each chromosome: track type=wiggle_0 name=sample description=chr2_sample visibility=full vriableStep chrom=chr2 span=1 The final result should be tab delimited file that looks like this: browser position chr1:1-10000 bro...