You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn’t find a similar issue on the issue list, so apologies if I missed it.
I am trying to visualize a specific region (e.g., chr4:190050000-190100000) in the reference genome using plotsr. I expected the plot to focus solely on the specified region. Below are the steps I followed and the challenges I encountered:
The resulting plot was unexpected and looked like this:
Alternative approach:
To address this, I manually truncated the reference genome to the specific region (chr4:190050000-190100000) and re-ran plotsr:
Data details for the default plot and zoomed plot
First few rows of outsyri.out:
chr4 1 190065228 - - - - - NOTAL1 - NOTAL -
chr4 190065229 190089528 - - ctg0 16521 40836 DUP2 - DUP copygain
chr4 190065229 190089528 - - ctg0 16521 40836 DUPAL2 DUP2 DUPAL -
chr4 190065229 190093263 - - ctg0 2 28089 SYN1 - SYN -
chr4 190065229 190093263 - - ctg0 2 28089 SYNAL1 SYN1 SYNAL -
chr4 190065382 190065384 AGC A ctg0 155 155 DEL2 SYN1 DEL -
chr4 190065649 190065650 GC G ctg0 420 420 DEL3 SYN1 DEL -
chr4 190065658 190065664 ACGCCTC A ctg0 428 428 DEL4 SYN1 DEL -
chr4 190065855 190065855 G GC ctg0 619 620 INS5 SYN1 INS -
chr4 190065982 190065982 A G ctg0 747 747 SNP6 SYN1 SNP -
genomes.txt file:
#file name tags
chr4.fa ref lw:1.5
primary.fasta query lw:1.5
Could you please clarify if I missed something in the usage of the --reg parameter? I was expecting --reg to limit the plot to the specified region directly.
I would appreciate any advice of how to achieve this more efficiently.
Thank you so much for your help!
Best,
Hsin
The text was updated successfully, but these errors were encountered:
Hi Manish,
I couldn’t find a similar issue on the issue list, so apologies if I missed it.
I am trying to visualize a specific region (e.g., chr4:190050000-190100000) in the reference genome using plotsr. I expected the plot to focus solely on the specified region. Below are the steps I followed and the challenges I encountered:
I ran the command:
This produced a full plot as shown:
![Image](https://private-user-images.githubusercontent.com/86452106/407593684-b092bdbf-956e-43dd-9cde-a4272bd4aa15.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzQ0MDMsIm5iZiI6MTczOTQ3NDEwMywicGF0aCI6Ii84NjQ1MjEwNi80MDc1OTM2ODQtYjA5MmJkYmYtOTU2ZS00M2RkLTljZGUtYTQyNzJiZDRhYTE1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE5MTUwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY3MjU4MTc2ZjdjOThiYmJjZDJhODI4Y2U5ODZlYzM3NGZlYzdmNTA3ZDlkODI0MTlmNGRiYWE3ZWIxYzNkZDUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Ap5uF3FMCttKyjtmPm-UZTDGIOdmz9QwhTBOzkHm0Bc)
When I tried zooming into the region using:
The resulting plot was unexpected and looked like this:
To address this, I manually truncated the reference genome to the specific region (chr4:190050000-190100000) and re-ran plotsr:
Data details for the default plot and zoomed plot
First few rows of outsyri.out:
genomes.txt file:
Could you please clarify if I missed something in the usage of the --reg parameter? I was expecting --reg to limit the plot to the specified region directly.
I would appreciate any advice of how to achieve this more efficiently.
Thank you so much for your help!
Best,
Hsin
The text was updated successfully, but these errors were encountered: