from fishplot import fishplot
d = {'date':['2010/09/20','2010/09/20','2010/10/20','2010/10/20','2011/11/20','2011/11/20'],'variants':['TP53','NTRK','TP53','NTRK','TP53','NTRK'],'freq':[0.3,0.2,0.1,0.2,0.2,0.5]}
df = pd.DataFrame(data=d)
fishplot(df)
forked from kimi641/fishplot
-
Notifications
You must be signed in to change notification settings - Fork 0
lshzhang/fishplot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
using matplotlib to draw fish plot
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Jupyter Notebook 88.4%
- Python 11.6%