Loading Data and AttributesData and genomic annotations can be loaded from local files, HTTP URLs, or an IGV data server. Load from FileLoad data files by browsing for files on the local file system or other file systems you have mounted. See File Formats for information about the file formats IGV accepts. To load data from the file system:
Load from URLTo load data from an HTTP URL:
To load a file from Google Cloud Storage, enter the path to the file with the "gs://" prefix. For example, a path of gs://genomics-public-data/platinum-genomes/bam/NA12877_S1.bam will display the reads for sample NA12877 from Illumina Platinum Genomes. Notes:
Load from ServerTo load data from the IGV data server:
Removing TracksTo remove all tracks and attributes:
To remove specific tracks, do one of the following:
Creating a Chromosome Name Alias FileOne of the common causes for a data loading failure is a mismatch in chromosome names between the data file and the IGV genome it is being viewed against. The workaround is to create a tab delimiated "alias" file to specify alternate names for a chromosome. The second column contains the corresponding name in the genome assembly you are viewing (e.g., chr1 for our "hg38" genome). For instance, the first 2 lines of an alias file might look like this: chr1 <tab> 1 <tab> CM000663.2 <tab> NC_000001.11 chr2 <tab> 2 <tab> CM000664.2 <tab> NC_000002.12 Name the file with the pattern <genome iD>_alias.tab, the word "alias", for example, hg38_alias.tab. Place this file in the igv genomes directory. The default location for this folder <user home>/igv/genomes, it can be changed in Preferences -> Advanced Note: Certain well-known aliases are built into IGV and do not require an alias file. These include mappings that involve adding or removing the prefix "chr" to the name, for example 1 -> chr1 and chr1 -> 1. Also, NCBI identifiers that start with "gi|" and follow the pattern illustrated in the example above are automatically mapped. |