How can I analyse whole genome sequences using R?
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How can I confidently determine if my genome sequence Is truly Anaplasma marginale?
written by ashiqullah024 •I am doing my thesis on comparative whole genome analysis of Anaplasma marginale. I am comparing my whole genome sequence of Anaplasma marginale with 24 …
-
Build Star Index for both Human and Pathogen Reference Genome
written by universe_life •How to build a star index - consisting of both human and pathogen reference genome? At the moment I am downloading the human and pathogen …
-
Sclerotinia sclerotiorum
written by lesquivel1991 •Hey guys!! Hope you are doing geeat! I will be performing whole genome sequencing (oxford Nanopore Technologies) in different strains of a plant fungal pathogen, …
-
Regarding functional similarity analysis by GOSemSim package of R
written by jyotsnap •Hi all I am struggling with calculating the functional similarity analysis between two different set of GO terms (list) and a set of negative control. …
-
What to use for estimation of transcription factors' activity based on RNAseq data?
written by kpawel2210 •I am working with TCGA data and I would like to divide cases into different groups with different activity levels of given transcription factors. Then …
-
How Do I Access And Query Entire Genome Sequences (Salmonella Typhimurium LT2) With R
written by ctanui •Is there a package in R where I can load in a whole genome of Salmonella Typhimurium LT2, and then say e.g. check the presence …
-
RNA seq- without a control
written by Biocode_user •Hello, I have a pathosystem of host and obligate pathogen. There are three strains of host which is treated with two different strains of pathogens. …
-
Bulk Segregant Analysis using next generation sequencing data
written by p.weru •I am relatively new to bioinformatics and especially in working with next generation sequencing data. I am working on a study that aims to identify …
-
Multi-Sample Vcf To Phylogenetic Tree.
written by William<p>How can I construct a phylogenetic tree based on the SNP's shared between strains? I have whole genome SNP calls for 10 different strains in …
-
Tools For Combined Genome Variation Analysis Of Short Sequencing Reads For Several Genome Strains
written by 14134125465346445What are the recommended tools for the combined genome variation analysis of short sequencing data for several genome strains of a given organism? I have …
You should also explain what kind of data you have. Depending on that information the answers you need can go in all directions. Do you have raw reads, assembled genomes? Is there a reference available or you are going to do an all to all comparison? What is the mail goal of this exercise?
Thank you, I have assembled genomes and I have the reference available. I want to compare my test samples against the reference. The main goal is to determine if there is any variation or similarity between the samples and the reference. and if there is variability what are these genes?
You could do it with R, but it’s probably easier to use commandline tools.
Do you have some idea of how variable this clade is likely to be? Are we talking SNP differences or major recombination?