Python Bioinformatics : How to count nucleotides in DNA sequences

  Рет қаралды 22,118

Shad Arf

Shad Arf

Күн бұрын

Пікірлер: 27
@deedarwahab6482
@deedarwahab6482 7 жыл бұрын
thanks teacher ir was actually very easy and simple cuz you made it like that even though I don't have any background information about paython.
@ShadArfMohammed
@ShadArfMohammed 7 жыл бұрын
Dear Deedar Wahab, Thanks to your comment, Iam happy it was helpful somehow . best regards,
@Sol-kn6yv
@Sol-kn6yv 5 жыл бұрын
Dear Dr. Shad Arf How to count mono and di nucleotide from FASTA file and download in csv format in python or other ways? What code will do that.Thank you Sir!
@ShadArfMohammed
@ShadArfMohammed 5 жыл бұрын
Dear Sol, I have a video tutorial on that: Below is an example of calculating mono nucleotide percentage from multiple fasta files, kzbin.info/www/bejne/iJ2yq6qXr9uopa8
@xiaoqingpan1539
@xiaoqingpan1539 5 жыл бұрын
doc, i want to ask a simple question: dna sequences is very long(several lines), when i copy one sequence in pycharm, pycharm can only read one line of the whole sequence. what should i write to let pycharm read the whole sequece?? thank you so much doctor!
@ShadArfMohammed
@ShadArfMohammed 5 жыл бұрын
Dear Peter Pan, You can use doc string to input your whole sequence at once. This can be done by flanking your DNA sample sequence with three apostrophes at each end. Best regards.
@abdalmohaimen3244
@abdalmohaimen3244 7 жыл бұрын
Thanks Mr Arf, It is easy and helpful program.
@ShadArfMohammed
@ShadArfMohammed 7 жыл бұрын
Thanks to you too Mr. Abd Almohaimen, glad that you liked it.
@jansiranim09
@jansiranim09 6 жыл бұрын
I'm getting the output wrong. While copy paste the nucleotide sequence it is coming discontinuously and after giving double quotes" " at the 1st & last of the sequence only the 1st line of the sequence was changed to green colour rest of the lines remains black colour, beacuse of this my output was not correct. How to change the whole sequence to green colour?
@ShadArfMohammed
@ShadArfMohammed 6 жыл бұрын
you can solve the problem using docstring. Three quotation marks flanking your DNA sequence. Watch the video in the link i put in this comment to solve the problem . Link: kzbin.info/www/bejne/q5TKgnyGZbKtqq8
@priyankavats5362
@priyankavats5362 4 жыл бұрын
its a great tutorial but i am not able to run any of the commands.its asking to define the DNA. can you please explain how to start using python. i am just stuck up with this python.
@ShadArfMohammed
@ShadArfMohammed 4 жыл бұрын
Thank you dear Priyanka for your comment, I'm glad you found the material useful. I have another playlist on my channel that starts from the very beginning and how to define variables in python, I suggest you watch that playlist before watching the bioinformatics playlists. Best regards
@kevinrooney7264
@kevinrooney7264 5 жыл бұрын
Hi great tutorial, however when I run my program and input my DNA sequence it appears only the first line of nucleotides are calculated. Is there any way to fix this ? Kind regards
@ShadArfMohammed
@ShadArfMohammed 5 жыл бұрын
Hi Kevin, there are some methods to get around that issue. I can suggest 3 methods: 1) you can use docstring method in which you use triple quotation marks around your DNA sequence when assigning your DNA sequence to a variable in the first place, then try to run the calculation algorithm 2) you can save your DNA sequence in a txt file then parse the file using .read() method. I have a specific tutorial on that and you can watch it using the following link below if you would like to give it a try. kzbin.info/www/bejne/Z33EqJ-JgNKVf5I 3) You can use Biopython library's FASTA parsing functionality to do the calculation. Below is another tutorial where I use parsing in it. kzbin.info/www/bejne/aIS5gYWjapxnpdk ----------------------------------------------------------------- Alternatively, if none of the above worked for you kindly paste your code in a comment so that I see what went wrong and try fixing it for you. Kind regards,
@kevinrooney7264
@kevinrooney7264 5 жыл бұрын
@@ShadArfMohammed Hello Shad, thank you for the reply. Apologies for the late response. I seem to have fixed the code and then entire sequence is now read when I run the program. Many thanks Kevin
@ShadArfMohammed
@ShadArfMohammed 5 жыл бұрын
Hi Kevin, That's great :) and you're always welcome. Shad.
@prasanthprasanth8049
@prasanthprasanth8049 4 жыл бұрын
Sir plz upload video for using c programming in bioinformatics
@ShadArfMohammed
@ShadArfMohammed 4 жыл бұрын
Dear Prasanth Prasanth, Thanks for your interest in the topic. Python is a C based language on its own. Writing the same codes in C is too difficult and time consuming. Also, there are many libraries for bioinformatics and datascience in Python & R that are hard to find in C. Thus, I specified this channel for Bioinformatics in Python only. However, if by any chance I find learning C easy for biological uses I will definitely upload content on C as well and keep you updated. Best regards,
@makepistat
@makepistat 5 жыл бұрын
would you mind sharing the video compressed into one video
@ShadArfMohammed
@ShadArfMohammed 5 жыл бұрын
Hi, Thanks for your interest in the tutorial, would you like me to combine the playlist? if so, I will do it and send you the link in an email soon. Best regards,
@makepistat
@makepistat 5 жыл бұрын
@@ShadArfMohammed Yes, i would love that. Thank you
@giorgibakuradze
@giorgibakuradze 5 жыл бұрын
I like it very much. Where can I get more information about this?! I am very interested (also, I am a biologist)
@ShadArfMohammed
@ShadArfMohammed 5 жыл бұрын
Dear Giorgi Bakurzade, To get more information about this topic I suggest you read molecular statistics books like DAMBE by Xia or laboratory manuals of bioinformatics. Kind regards,
@ShadArfMohammed
@ShadArfMohammed 5 жыл бұрын
Dear Giorgi Bakurzade, To get more information about this topic I suggest you read molecular statistics books like DAMBE by Xia or laboratory manuals of bioinformatics. Kind regards,
@giorgibakuradze
@giorgibakuradze 5 жыл бұрын
@@ShadArfMohammed Thank you very much, I hope that we have a good cooperation.
@larinbarzan3738
@larinbarzan3738 7 жыл бұрын
thank you dear teacher shad..
@BazyanMRaouf
@BazyanMRaouf 6 жыл бұрын
Thanks Dr. Shad
How to Transcribe DNA Using  Python 3 5
4:36
Shad Arf
Рет қаралды 9 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 60 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 40 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 30 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
Python for Bioinformatics for learning Python
28:52
PyCon AU
Рет қаралды 18 М.
Examining DNA Sequence Content with Basic Python
15:26
Professor Hendrix
Рет қаралды 7 М.
Bioinformatics for Beginners
8:13
OMGenomics
Рет қаралды 34 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 60 МЛН