Skip to content

Commit 64172b6

Browse files
committed
fix: replaced example text in README
1 parent 4f070e2 commit 64172b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ The ePlant Plant eFP is a tissue expression API provided by the [Bio-Analytic Re
1010

1111
## Getting Started
1212

13-
To use the ePlant Plant eFP, you will be required to either call the [tissueExpressionBAR.js](tissueExpressionBAR.js) from our hosted location (https://raw.githubusercontent.com/BioAnalyticResource/ePlant_Plant_eFP/master/tissueExpressionBAR.min.js) or download the files locally (including the tissueExpressionBAR.js, compendiums and data) which can be done using the following:
13+
To use the ePlant Plant eFP, you will be required to either call the [tissueExpressionBAR.js](tissueExpressionBAR.js) from our hosted location (<https://raw.githubusercontent.com/BioAnalyticResource/ePlant_Plant_eFP/master/tissueExpressionBAR.min.js>) or download the files locally (including the tissueExpressionBAR.js, compendiums and data) which can be done using the following:
1414

1515
`git clone https://github.com/BioAnalyticResource/ePlant_Plant_eFP.git`
1616

1717
Just an important note, the ePlant Plant eFP tissue expression API requires an online connection to run and display data correctly.
1818

19+
You can also view the ePlant Plant eFP widget in action at <https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/> (or [index.html](index.html)).
20+
1921
## How to use
2022

2123
For the ePlant Plant eFP to work correctly, you need to call the CreateSVGExpressionData's generateSVG. For generateSVG, you will need the desired compendium you wish to call, the gene/locus input as formatted by AGI ID (example: AT3G24650) and the ID of the desired location for this information to be printed to (example: a div with ID 'desiredDOM'):
@@ -42,8 +44,6 @@ window.createSVGExpressionData.generateSVG("AT3G24650", "desiredDOM", "default")
4244

4345
This will display the visualized and coloured tissue expression data within the desired location.
4446

45-
Instructions with an example can be found here: [https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/example/index.html](https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/example/index.html) (or in the example's [index.html](./example/index.html)).
46-
4747
## Browser Compatibilities
4848

4949
| Chrome | Firefox | Edge | Safari | Opera | Tor | Mobile |

0 commit comments

Comments
 (0)