Git Product home page Git Product logo

transcriptome_microsats's Introduction

transcriptome_microsats

Scripts used in evaluating microsatellite loci developed from transcriptomes.

##Overview

These scripts were used to process the output of the microsatellite finding program MISA (Dieringer and Schlötterer, 2003). MISA was run on the transcriptome datasets from the 1,000 Plant Transcriptome Project and the results summarized with these and previously released scripts.

Please see the Tutorial for a walk through of developing microsatellite loci from a sample dataset and more complete usage and output information.

What follows is a brief description of the scripts available here.

Scripts and their functions:

LocateSSRsandORFs.py

A script to compare the location of an SSR and the longest ORF in a given scaffold. Note that for the project, ORFs were identified using get_orfs_or_cdss.py.

getScaffolds.py

A script to pull sequences from a fasta file based on a list and write to a new file.

SSR_RepeatFilter.py

Filters out microsatellite loci likely derived from inferred isoforms of the same locus.

compare_pcrs.py

Script to compare the ePCR results of amplifying one sample with the primers developed from another sample.

add_distances.py

Add genetic distance to table of microsats.

DiffMicrosatsBatch.R

This scrpt is summarizes the ePCR results. It generates a summary containing SSR and flanking region differences.

Graphs10GeneticID.R

Generates figure ## of Hodel et al 2015.

PAL_to_BLAST.R

This script takes a set of PALs (potentially amplifiable loci) from PAL_FINDER and removes duplicates. It then outputs a fasta file of the loci that can be used in a BLAST search.

BLAST_to_Coding_SSR.R

This script takes in a .gff annotated genome file from NCBI and BLAST results and creates the two input files for the script Coding_SSR.py

Coding_SSR.py

This script compares two input files--one ("query") containing the genomic locations of SSR loci identified, and one ("subject") containing the locations of translated regions of the genome (CDS).

Repeat_Numb_Search.R

This script uses the output from the script Coding_SSR.py and the program PAL_FINDER to identify the distribution of repeat motifs among the PALs.

transcriptome_microsats's People

Contributors

richiehodel avatar magitz avatar

Stargazers

Matjaž Hladnik avatar weibin avatar

Watchers

Paulo Costa avatar  avatar James Cloos avatar Charlotte Germain-Aubrey avatar Lauren Gonzalez avatar  avatar  avatar

transcriptome_microsats's Issues

The output file '*.Locations' for the script 'LocateSSRsandORFs.py' is very confusing

There seems to be an issue with the output '*.Locations' of the script 'LocateSSRsandORFs.py'. This output is supposed to summarize the locations of SSRs relative to the longest ORF on EACH scaffold. Instead, for EVERY SSR identified, the output shows the name of the LAST scaffold|ORF number in the first column; and in the sixth and seventh columns, respectively, the start and the end of the longest ORF on the last scaffold.

getting Error while running LocateSSRsandORFs.py

CAMMAND:
python ./LocateSSRsandORFs.py -i Pterocarpus_rohrii.ORFS.faa -r Pterocarpus_rohrii.fna.misa_SSR.results -o Pterocarpus_rohrii.Locations -s SSR_ORF_summary.txt

OUTPUT:
File "LocateSSRsandORFs.py", line 40
print "Can't open file", resultfile
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Can't open file", resultfile)?

I am getting this error, can anyone help with this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.