merquaco.experiment.Experiment.read_transcripts
- static Experiment.read_transcripts(transcripts_path: str | Path) DataFrame
Reads and returns transcripts table dataframe
- Parameters:
transcripts_path (str or Path) – Path to detected_transcripts.csv file
- Returns:
transcripts – Transcripts table
- Return type:
pd.DataFrame
- Raises:
FileNotFoundError – If file not found at given path