Collections:
Create Motif With Biopython Bio.motifs Module
How to Create Motif With Biopython Bio.motifs Module?
✍: FYIcenter.com
Biopython Bio.motifs Module allows you to create a motif object
with a list of DNA or protein sequences.
A motif object actually represents a sample set of sequences
that matches a sequence motif pattern.
1. Create a motif object with a single sequence that matches the motif pattern of "TACAA".
fyicenter$ python >>> from Bio import motifs >>> m = motifs.create(["TACAA"]) >>> len(m) 5 >>> print(m) TACAA
2. Create a motif object with 7 sequences that matches the motif pattern of "[AT]A[CT][ACG][AC]".
>>> samples = [ ... "TACAA", ... "TACGC", ... "TACAC", ... "TACCC", ... "AACCC", ... "AATGC", ... "AATGC" ... ] >>> m = motifs.create(samples) >>> len(m) 5 >>> print(m) TACAA TACGC TACAC TACCC AACCC AATGC AATGC
⇒ Motif Counts and Consensus with Bio.motifs
⇐ What Is Sequence Motif Analysis
2023-07-11, 966🔥, 0💬
Popular Posts:
Molecule Summary: ID: FYI-1003901 Names: InChIKey: BGMRTOQAAVHUOW-CSKARUKUS A-NSMILES: CCOC(=O)/C=C/...
Molecule Summary: ID: FYI-1002031 Names: InChIKey: QARLNMDDSQMINK-BVRKHOPBS A-NSMILES: Cc4c(Nc2nccc3...
Molecule Summary: ID: FYI-1001178 SMILES: C1=CC(O[H])=CC=C1N(C(C)= O)[H]Received at FYIcenter.com on...
What is biomodel.uah.es? biomodel.uah.es is a Website that offers an online tool to draw and view an...
Molecule Summary: ID: FYI-1003831 Names: InChIKey: VTJUVXVINSZWCE-UHFFFAOYS A-NSMILES: C=C3C(C1(C)C=...