Skip to content

Commit

Permalink
Update dammit_annotation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa K. Johnson committed Jul 11, 2018
1 parent b9d8c30 commit 9778a86
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dammit_annotation.md
Expand Up @@ -217,6 +217,23 @@ new_file.head()
Which will give an output that looks like this:
![](_static/jupyter/annotation_names.png)

Try commands like,
```
annotations.columns
```
and
```
annotations.head()
```
or
```
annotations.head(50)
```
**Questions

* What do these commands help you to see?
* How might you use this information to modify the `names` line in the code above?

To save the file, add a new cell and enter:
```
new_file.to_csv("nema_gene_name_id.csv")
Expand Down

0 comments on commit 9778a86

Please sign in to comment.