Genome sequence data need to be converted into numerical database to perform machine learning algorithm.
Or you may want to change it to binary, for that use
https://github.com/abhijeetsingh1704/DNA-to-BINARY
If you still want to change it to numerical, change the nucleotide code in script and the script will change DNA to numerical.
By simply using SED in Linux? For example:
sed -i 's/A/1/g' genome.fasta
sed -i 's/U/2/g' genome.fasta
and so on
Fabiano Sillo
How about changes in fasta header with your suggestion?
Abhijeet Singh
by excluding headers from replacement, of course
example for replace "A" with "1":
sed -i -e '/^[^>]/s/A/1/g' genome.fasta
Hi How can this equation Ln(LA) = 1.038 + 0.89 ln(X) be applied to calculate the leaf area of a tomato? Can you explain with an example and what is the substitution of Ln and ln?
06 August 2024 2,508 2 View
Hi, I need to prepare a standard curve of H2O2 to evaluate the primary products of oxidation. H2O2 I have is 35%. How do I prepare a stock of H2O2 10 microlitere. If s.o has experience, I would be...
26 July 2024 3,456 2 View
In molecular dynamics simulation, to get FEL analysis, I got an error. My Python version is 3.10.7. My input files are made with a lower version of Python. But the final command to generate the...
23 July 2024 5,643 2 View
Hi everybody, We are trying to write a systematic review meta-analysis paper. But I could find 19 references. I think 19 references are not enough to do a meta-analysis section and it is better to...
10 July 2024 5,489 5 View
Dear All, I want to cut PDMS sheet with thickness of 0.8 mm to rectangular shape with Graphtec cutter plotter CE6000-40. What condition do you offer? Do you offer any kind of special speed or force?
25 June 2024 8,111 1 View
I recently acquired a used Illumina HiSeq 2500 and am in need of flow cells compatible with this machine. As I am relatively new to this aspect, I would greatly appreciate any recommendations on...
22 June 2024 5,991 1 View
Dear researchers, Greetings. We have subjected pectin solution to ultrasound to produce oligosaccharides. Initially, as the ultrasound time was increased, the molecular weight decreased....
13 June 2024 880 3 View
Hello every body I use CTAB method for Plant DNA extraction and I need DNA for downstream steps. Unfortunately I have problem in my plant DNA extraction, quality and quantity not as expected, and...
10 June 2024 6,609 2 View
I would be pleased if you could share the report "Animal feed probiotic bacteria market for aquatic animals, BY REGION, 2022-2032" with me.
03 June 2024 254 5 View
I'm a student in zanjan university and I'm writing a proposal but I need quick help. thanks for your help.
02 June 2024 8,948 1 View
“Here is a thought experiment. Let's place Rodolpho Llinas's jarred-brain on top of a body (Fig. 1). I bet Llinas would argue that his jarred-brain retains its own consciousness, and the android...
11 August 2024 2,483 1 View
I have reverse sequences (AB1 format), can I base on reverse DNA sequences to perform nucleotide alignment, convert nucleotides to amino acids and deposit the sequence in GenBank database?
11 August 2024 5,136 1 View
I'm cloning a fragment of 3200 nts into plasmid. The cloning was successful, however, 02 amino acids were mutated. Now I want to fix these 02 aa by site-directed mutagenesis technique using...
08 August 2024 4,645 2 View
The rate of glucose consumption by the neocortex is reduced by over 80% during anesthesia (Sibson et al. 1998), which disables the synapses (Richards 2002) that are inundated by glial tissue (Engl...
08 August 2024 3,117 0 View
Larger brains, which typically contain more neurons, store and transfer more information (Tehovnik and Chen 2015), but the precise relationship between number of neurons and information has yet to...
05 August 2024 1,236 2 View
Brain and body mass together are positively correlated with lifespan (Hofman 1993). The duration of neural development is one of the best predictors of brain size, and conception is the best...
05 August 2024 6,246 3 View
I need the python code to forecast what crop production will be in the next decade considering climate and crop production variables as seen in the attached.csv file.
05 August 2024 2,976 3 View
Hello everyone, I am currently working on a research project that aims to integrate machine learning techniques into an open source SIEM tool to automate the creation of security use cases from...
04 August 2024 3,192 2 View
When the entire neocortex is ablated in rodents, although they are still able to swim, all the limbs move continuously and asynchronously (Vanderwolf 2006; Vanderwolf et al. 1978). Normal animals...
03 August 2024 833 3 View
Machine learning (ML) has shown great potential in predicting the compressive strength of concrete, an important property for structural engineering. However, its practical application comes with...
03 August 2024 2,545 2 View