Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
polyatail committed Mar 25, 2019
1 parent 025701a commit f85837d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,8 @@ Resources are exposed as attributes on the API object. You can fetch a resource

```python
all_completed_analyses = ocx.Classifications.where(complete=True)
sample_analysis = ocx.Classifications.get("1d9491c5c31345b6")
sample_analysis.results() # Returns classification results as JSON object
sample_analysis.table() # Returns a pandas dataframe
all_completed_analyses.to_otu() # Returns classification results as JSON object
all_completed_analyses.to_df() # Returns a pandas dataframe
```

# Development
Expand Down

0 comments on commit f85837d

Please sign in to comment.