--- language: - en tags: - protein - bioinformatics - protein sequence - protein function - enzyme - uniprot - sequence-to-text - protein annotation - biological process - molecular function - cellular component configs: - config_name: default description: Protein sequences with functional descriptions and annotations. data_files: - split: train path: NL2Protein.csv features: - name: ID dtype: string - name: Text dtype: string - name: Protein dtype: string - name: Species dtype: string - name: Family dtype: string viewer: type: table rows_per_page: 10 size_categories: - 100KThe protein length falls within the range of 301–500 amino acids, belonging to the category of Large proteins.
It participates in biological processes such as alkaloid metabolic process.
It exhibits molecular functions including prenyltransferase activity. | MQPYHTLSRVLPFPDANQKAWWDKLGPMLLKAMQS
QGYDTEAQYAQLGMVYKCVLPYLGEFPTVENDATRWK
SFLCPYGIPIEPSLNISQGILRYAFEPIGPDVGTEKDPQN
MN | Accumulibacter regalis | Tryptophan dimethylallyltransferase family | ## Ⅲ. Dataset Loading ```python from datasets import load_dataset dataset = load_dataset( "csv", data_files="NL2Protein.csv" ) print(dataset) print(dataset["train"][0]) ``` ## BibTeX