Read fasta file
How can i access fasta file in my mobile to work on android studio? Help me to find Library to read fasta files in java?
sequencing
alignment
• 828 views
•
link
written
by
Tasneemmustafamalek •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to screen fasta files by blat or vsearch
written by yingcraft •I have a contigs' fasta file (2.5Gb) and I want to remove some contigs which can blast to mouse genome database from it. That means …
-
Local Alignment (smith waterman algorithm) In Java
written by Tasneemmustafamalek •I need Local alignment code to compare between 2 sequences in Fasta Files (Pairwise) Smith Waterman algorithm the score is output in Java
-
Read fasta file using mobile app
written by Tasneemmustafamalek •I work on app for making the user upload fasta files 1. and doing align by using pairwise alignment and multiple alignment, but the fasta …
-
read.fasta() function couldn't found
written by sherlockyz •Hi I'm new to R and today I'm trying to import a fasta file using read.fasta() function from the seqinr library, however, it threw a …
-
How to load data into R from an external hard drive?
written by M.O.L.S •Hi I am analysing biological data using R programming language and R studio. File > Open File> Memory Stick > / Data > biological_data.txt allows …
-
Read .seq files in java
written by orelsmail •Hello everybody I've been looking for a library or a class to help me read a .seq file, but I couldn't find anything. I also …
-
How Genome studio Plink plugin work?
written by foreverHi, I install Genome studio and its Plink plugin to extract ped files. I did not find any function or option from GenomeStudio to work …
-
MSA alignment library for Java
written by BioalnHello. I've come across an alignment project, which requires me to 'implement simple MSA' in Java. I know there are many great tools out there, …
-
Bioinformatics Degree Project Idea
written by nazneen.ali23 •I am doing a graduate degree in bioinformatics, and I am looking for some idea of developing a software of bioinformatics as my final year …
-
Forum: Android Bioinformatics
written by m.umer.f1 •I have an idea. I'm thinking to design operating system for bioinformatics in mobile phone. We can do this by using Android. As we know, …
Have you tried searching online? BioJava comes to mind. Why do you want to read FASTA files on an Android device BTW?
It is good etiquette to try searching for this information first. When you post a one-line question it signifies that you may not have made any effort. Simple search with
read fasta files in javabrings up many results. Here is one or two.Generally speaking if your question fits in a single sentence, you've not provided enough information. It's not particularly apparent why you'd want to read fasta files in android as Ram suggests, but a google search for
java read fastawill give you plenty of solutions (some from this site), and this is number 3: https://biojava.org/wiki/BioJava%3ACookbook%3ASeqIO%3AReadFasta