美文网首页
IGV控制命令

IGV控制命令

作者: 树懒吃糖_ | 来源:发表于2021-07-30 17:43 被阅读0次

Batch commands · igvteam/igv Wiki · GitHub

Command Parameters Description
collapse trackName Collapses a given track. trackName is optional, if it is not supplied all tracks are collapsed.
colorBy option tagName Sets the "color by" option for alignment tracks. For option "TAG" also specify the tag name.
echo Writes "echo" back to the response, primarily for testing port connections.
exit Exit (close) the IGV application.
expand trackName Expands a given trackName. trackName is optional, however, and if it is not supplied all tracks are expanded.
genome genomeIdOrPath Selects a genome by id, or loads a genome (or indexed fasta) from the supplied path.
goto locus or listOfLoci
group option tagName Alignment tracks only. Group alignments by the specified option. See below for valid option values. For option "TAG" also specify the tag name.
load file Loads data or session files. Specify a comma-delimited list of full paths or URLs. To explicitly specify a path to an index file use the optional "index=" parameter. load foo.bam index=bar.bai
maxPanelHeight height Sets the number of vertical pixels (height) of each panel to include in image. Images created from a port command or batch script are not limited to the data visible on the screen. Stated another way, images can include the entire panel not just the portion visible in the scrollable screen area. The default value for this setting is 1000, increase it to see more data, decrease it to create smaller images. To capture the exact area visible on the screen set this value to -1.
new Create a new session. Unloads all tracks except the default genome annotations.
preference key value Temporarily set the preference named key to the specified value. This preference only lasts until IGV is shut down. The complete set of preference keys are listed in the file "preferences.tab" here. The first column is the key, the third column is the value type. For select value types the permitted values follow as a list delimited by the character " ".
region chr start end Defines a region of interest bounded by the two loci (e.g., region chr1 100 200).
setLogScale
setSleepInterval ms Sets a delay (sleep) time in milliseconds. The sleep interval is invoked between successive commands.
snapshotDirectory path Sets the directory in which to write images.
snapshot filename Saves a snapshot of the IGV window to an image file. If filename is omitted, writes a PNG file with a filename generated based on the locus. If filename is specified, the filename extension determines the image file format, which must be either .png or .svg.
sort option locus Sorts alignment or segmented copy number tracks. See below for valid option values. If supplied, the locus option can define a single position, or a range. If absent sorting will be based on the region in view for segmented copy number, or the center position of the region in view for alignment tracks.
squish trackName Squish a given trackName. trackName is optional, and if it is not supplied all annotation tracks are squished.
viewaspairs trackName Set the display mode for an alignment track to "View as pairs". trackName is optional.

相关文章

  • IGV控制命令

    Batch commands · igvteam/igv Wiki · GitHub[https://github...

  • 服务器端使用IGV

    1. 打开IGV 终端打开IGV 提示以下信息 提示打开IGV通过igv.sh, 输入 2. 搭配使用igvtoo...

  • ATAC-seq analysis

    1. IGV http://software.broadinstitute.org/software/igv/do...

  • IGV 杂记

    网页在线版 https://igv.org/app/[https://igv.org/app/] 本地安装,下...

  • IGV的使用

    IGV全平台数据可视化工具。参考1IGV官方地址参考2IGV支持二次开发,包括js和python版。读取bam 文...

  • IGV的使用

    IGV全平台数据可视化工具。参考1IGV官方地址参考2IGV支持二次开发,包括js和python版。读取bam 文...

  • windows IGV下载和常见的打开报错原因

    IGV bam、bw等文件的可视化用IGV或者在线基因组浏览器所以IGV的作用就是:可视化,类似基因组浏览器! 软...

  • snp密度图、treemix、D检测

    snp密度图 treemix画图ML树 D检测 (ABBA-BABA test) IGV 读取bam文件 IGV导...

  • MACS2学习笔记

    安装默认使用Conda macs2的基本命令 输出文件包括 为了方便在IGV上查看ChIP-seq的结果和后期的可...

  • IGV脚本批量截图

    IGV脚本批量截图 IGV(Integrative Genomics Viewer)是一款本地即可使用的基因组浏览...

网友评论

      本文标题:IGV控制命令

      本文链接:https://www.haomeiwen.com/subject/rdjcvltx.html