Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Jan 2, 2023
1 parent c415f96 commit 21effe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ vault.fetch_dataset("20221007_1530_SecA_Krishnamurthy")
ds = vault.load_dataset("20221007_1530_SecA_Krishnamurthy")

# Load the FD control of the first 'state' in the dataset.
fd_control = ds.parser.load_peptides(0, 'FD_control')
fd_control = ds.load_peptides(0, "FD_control")

# Load the corresponding experimental peptides.
peptides = ds.parser.load_peptides(0, 'experiment')
peptides = ds.load_peptides(0, "experiment")

```

0 comments on commit 21effe9

Please sign in to comment.