msmu.utils.attach_fasta
Attach FASTA metadata to the MuData object.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
mdata
|
MuData
|
MuData object to attach FASTA metadata to. |
required |
fasta_file
|
str | None
|
Path to the FASTA file. If None, fetch from UniProt (not implemented). |
required |
Returns:
| Type | Description |
|---|---|
MuData
|
MuData object with attached FASTA metadata. |