151
RNA structures (DSSR) / Re: Color each block nucleotide at each locations
« on: May 27, 2021, 06:55:32 pm »
In PyMOL, type: help dssr_block, you will see the following usage info:
From the DSSR-PyMOL paper on NAR (https://doi.org/10.1093/nar/gkaa426), download the Supplementary PDF. Section 3.2 in on "The --block-color option". In PyMOL, you use block_color, as documented from help dssr_block.
Combined, you would do the following in PyMOL:
PyMOL has a flexible selection engine you may want to get familiar with.
Best regards,
Xiang-Jun
Code: [Select]
dssr_block [ selection [, state [, block_file [, block_depth [, block_color [, name [, exe ]]]]]]]From the DSSR-PyMOL paper on NAR (https://doi.org/10.1093/nar/gkaa426), download the Supplementary PDF. Section 3.2 in on "The --block-color option". In PyMOL, you use block_color, as documented from help dssr_block.
Combined, you would do the following in PyMOL:
Code: Text
- # manual selection, named 'sele'; color any base red
- dssr_block sele, block_color='N:red'
PyMOL has a flexible selection engine you may want to get familiar with.
Best regards,
Xiang-Jun
