bioinformatics tag

6 questions


2 answers
383 views
0
Understanding Data Processing with Python Pandas

I'm almost a beginner.It's good to look into various things, but I can't figure out how to write them, so I can't help but get stuck.Thank you for your help.There is a data file like chr_effect.txt.Th...


1 answers
247 views
0
Browse, Search, Retrieve, and File Export Python Pandas Data

I'm almost a beginner, so I'd appreciate your help.You want to retrieve data by referring to one file (length.txt, approximately 400,000 lines x 2 columns, left-hand view) and then searching and match...


2 answers
119 views
0
# I want to delete (comment out)

In the vcf file, there are parts written with # in the first few lines, and when you read it, you print # as well.As a result, the counter counts up to # like {('3':987,'7':654,...'#~':1,'#~':1)}.Is t...


1 answers
110 views
0
Unable to load R package on Jupiter notebook

I'm a beginner in programming.I am trying to analyze using R on Jupiter notebook via miniconda.It worked well until I added the kernel of R, but when I tried to load the R package, I got the following...


1 answers
88 views
0
"RSession Aborted", RNA-seq data analysis by reading gtf file

I started genome expression analysis as a beginner.Environment: MacOS, 32GB Memory, Version 4.0.0 with RtudioData after RNA-seq read count analyzed by HiSeq using R package refGenome to make the geneI...

1 years ago

1 answers
71 views
0
count by number from the same number

Inside the CHR, it looks like 1 1 1 1 1 1 2 2 2 ... 22 22 X X ... Y ... MT MT MT .I'd like to count the number by number.I don't know what to do because there are letters as well as numbers.import sys...


© 2024 OneMinuteCode. All rights reserved.