Question about Blast
why do I give a dog genome sequence and it gives me nothing about dogs?
blast
• 158 views
•
link
updated
by
Wayne
•
written
by
testbotrr •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
ERROR: No dogs remaining after --keep in PLINK
written by gosssheen •Hey, It's my file.txt ![file.txt][1] I do this command plink --file dane1 --dog --keep file.txt --recode and Plink shows me this error -> ERROR: No …
-
Delete individuals
written by gosssheen •Hi, I do GWAS analysis of dogs. Half of them are member in one olfactory group, another in second group but I have 4 dogs …
-
Can't convert dog ensembl IDs into gene names
written by fifty_fifty •I usually use biomaRt to convert gene ids to symbols. However, this time the ensembl IDs I have (dog) do not match the ensembl ids …
-
BAM file sequence homology between individual WGS of same species
written by rtyb91 •Dear all, I am currently analyzing WGS sequencing of dogs and my primary investigator is always pondering about the sequence homology percentage of the data …
-
Where can you find whole genome SNP map data for dog genome?
written by kiki9823kimo •Hello everyone, Does anyone know where you can find whole genome SNP map for dogs? I did a lot of searching but could only find …
-
Genome contigs in FASTA formate
written by mahfuz.290066 •Hi, I need a dog and cat Genome contigs in fasta format also the identifiers should be unique. I am not a bioinformatician. So i …
-
genome index for miRdeep*
written by mahfuz.290066 •Hello everybody, I am not a bio-informatician that's why i don't know how to use the command line function. but I need to analyze my …
-
How to characterize synonymous and non-synonymous substitution from variants data
written by adeena_hassan •Assalam o alikum everyone I have vcf files of dog genome which contains variants data and i want to characterize synonymous and non-synonymous substitutions from …
-
Should I be aligning to the Masked or Unmasked genome for ATAC-seq samples?
written by datascientist28I'm aligning reads for an ATAC project and I get vastly different alignment percentages when running a bowtie --very-sensitive alignment to the HardMasked vs Unmasked …
-
How does breed-specific permutation account for population stratification?
written by Tom •Hi all, this may not be the right place to ask this type of question, if someone could point me to a better place to …
some more information might help to receive meaningful answers. If not, we're just as well random guessing
you're using the wrong database for instance?
BLAST can be run a lot of ways in a lot of places. Underlying BLAST in all its forms is the BLAST software. It needs several things to work and you can get an idea of what those are by working through these Jupyter Notebooks you can get in temporary, anonymous remote sessions right in your browser without logging in or anything by going here to my blast-binder repository and clicking '
launch binder'. badge you see there.After the session spins up, (this may require some patience the first time depending where you are in the world right now, if it needs to build the image), you can work through the first three available notebooks, starting with the first one listed at the top. Indeed, these comments and that first Jupyter
.ipynbfile is likely the only one you need to work through to understand why lieven.sterck is pointing out that what you have provided doesn't help us help you. The intro stuff about the Jupyter UI may be a little outdated though so overlook that; importantly, I just tested the four Jupyter Notebooks and they run still (although you may need to try in a few different sessions as the MyBinder service can be taxed easily). You can just use the top menu to do 'Run' > 'Run All Cells' to run an entire notebook. After it works with the test stuff you may be able to even start to plug in some of your data. Although the limited computational resources offered by the Jupyter Community-supported MyBinder-service may not be enough for an entire metazoan genome. So you may want to play around with plugging in pieces and you may need additional resources you know of from the canine molecular biology domain to try and get something working.