We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4395d53 commit 6569103Copy full SHA for 6569103
1 file changed
malariagen_data/anoph/genome_features.py
@@ -796,19 +796,6 @@ def get_gene_transcript_lengths(
796
raises=dict(
797
ValueError="If the gene is not found or if no transcripts are available for the gene."
798
),
799
- examples="""
800
- Get canonical transcript for a specific gene:
801
-
802
- >>> import malariagen_data
803
- >>> ag3 = malariagen_data.Ag3()
804
- >>> canonical_id = ag3.canonical_transcript("AGAP004707")
805
- >>> print(canonical_id)
806
- AGAP004707-RA
807
808
- Restrict search to specific chromosome:
809
810
- >>> canonical_id = ag3.canonical_transcript("AGAP004707", region="2R")
811
- """,
812
)
813
def canonical_transcript(
814
self,
0 commit comments