Releases: elangovana/large-scale-ptm-ppi
Releases · elangovana/large-scale-ptm-ppi
Initial release
This is release is the code used for published paper. The silver standard dataset using distant supervision is attached.
- The
raw
files contain the data that require to be processed with markers. Read the json file using python
import pandas as pd
pd.read_json("./raw/train_multiclass.json")
- The
processed
files contain the data that are processed with markers. Read the json file using python
import pandas as pd
pd.read_json("./processed/train_multiclass.json", orient="records")