Skip to content

Releases: elangovana/large-scale-ptm-ppi

Initial release

13 Dec 03:17
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This is release is the code used for published paper. The silver standard dataset using distant supervision is attached.

  1. 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")
  1. 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")