diff --git a/README.md b/README.md
index 456f022..269748f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# GDC JBrowse Plugin - Faceted Search and New Store Classes
+# GDC JBrowse Plugin
A plugin for [JBrowse](https://jbrowse.org/) for viewing [GDC](https://gdc.cancer.gov/) data. For any bugs, issues, or feature recommendations please create an issue through GitHub.
# Installation and Setup
@@ -9,8 +9,8 @@ Quick setup of JBrowse - https://github.com/GMOD/jbrowse/#install-jbrowse-from-g
See [JBrowse - Installing Plugins](https://jbrowse.org/docs/plugins.html) for a general approach to installing plugins.
For installing gdc-viewer plugin:
-1) Copy the gdc-viewer folder into the JBrowse `plugins` directory.
-2) Add 'gdc-viewer' to the array of plugins in the `jbrowse_conf.json`.
+1. Copy the gdc-viewer folder into the JBrowse `plugins` directory.
+2. Add 'gdc-viewer' to the array of plugins in the `jbrowse_conf.json`.
## 3. Install Reference Sequence Data
Now setup the reference sequence used. GDC requires the GRCh38 Human reference files, which can be found at http://ftp.ensembl.org/pub/release-94/fasta/homo_sapiens/dna/. You'll want to download the files of the form `Homo_sapiens.GRCh38.dna.chromosome.1.fa.gz`.
@@ -33,13 +33,13 @@ Note that you can specify multiple fast in one command by doing `--fasta fasta1.
## 4. Adding new tracks
We have some basic example tracks in `data/tracks.conf`. You can also add new tracks by using the GDC dialog accessible within JBrowse. These are present in the menu under `GDC`.
-### A. Explore GDC
+### A. Explore cases, genes and mutations
This dialog is similar to the Exploration section of the GDC data portal. As you apply facets on the left-hand side, updated results will be shown on the right side. You can create donor specific SSM, Gene, and CNV tracks, along with GDC-wide SSM, Gene and CNV tracks.
-### B. View GDC Projects
+### B. Explore Projects
This dialog shows the projects present on the GDC Data Portal. You can add SSM, Gene, and CNV tracks for each project.
-### C. View GDC Primary Sites
+### C. Explore Primary Sites
This dialog shows the primary sites present on the GDC Data Portal. You can add SSM, Gene, and CNV tracks for each primary site.
## 5. Run JBrowse
@@ -115,7 +115,7 @@ Example Track:
```
[tracks.GDC_SSM]
storeClass=gdc-viewer/Store/SeqFeature/SimpleSomaticMutations
-type=JBrowse/View/Track/CanvasVariants
+type=gdc-viewer/View/Track/CanvasVariants
key=GDC SSM
metadata.datatype=SSM
unsafePopup=true
@@ -138,7 +138,7 @@ Example Track:
```
[tracks.GDC_CNV]
storeClass=gdc-viewer/Store/SeqFeature/CNVs
-type=JBrowse/View/Track/Wiggle/XYPlot
+type=gdc-viewer/View/Track/Wiggle/XYPlot
key=GDC CNV
metadata.datatype=CNV
autoscale=local
@@ -155,4 +155,12 @@ filters={"op":"=","content":{"field":"cnv_change","value":["Gain"]}}
You can set the max number of CNVs to return with the `size` field. It defaults to 500.
You can view case specific CNVs by setting the `case` field.
-Note: You can also use a density plot for the copy number data. Simply change the type from `JBrowse/View/Track/Wiggle/XYPlot` to `JBrowse/View/Track/Wiggle/Density.`
\ No newline at end of file
+Note: You can also use a density plot for the copy number data. Simply change the type from `JBrowse/View/Track/Wiggle/XYPlot` to `JBrowse/View/Track/Wiggle/Density.`
+
+# Export Types
+The following export types are supported by both GDC Genes and SSMs. To export, select `Save track data` in the track dropdown. Note that not all track information is carried over to the exported file.
+* BED
+* GFF3
+* Sequin Table
+* CSV
+* Track Config
\ No newline at end of file
diff --git a/data/tracks.conf b/data/tracks.conf
index 0e41f5a..fd195ef 100644
--- a/data/tracks.conf
+++ b/data/tracks.conf
@@ -1,6 +1,6 @@
[tracks.GDC_SSM]
storeClass=gdc-viewer/Store/SeqFeature/SimpleSomaticMutations
-type=JBrowse/View/Track/CanvasVariants
+type=gdc-viewer/View/Track/CanvasVariants
key=GDC SSM
metadata.datatype=SSM
unsafePopup=true
@@ -8,7 +8,7 @@ fmtDetailValue_projects=function(value) { return "