Code Monkey home page Code Monkey logo

fpfilter's Introduction

#FPfilter

  • FPfilter is a false-positive specific filter for vcf files from whole genome sequencing. It is proved to be more false-positive specific than GATK hard filter
  • ##Publications

    ##Test Datasets

  • The test vcf file "PE150-example.vcf" is provided in the script folder.
  • ##Setup

  • To run FPfilter, you need to have anaconda installed in your Linux system.
  • After that, you need to get FPfilter from binstar and create the running environment by:
  • conda create -c yuxiang fpfilter -n $env_name #(Recommendation: use FPF with version number as the env_name.)
  • Once it is setup correctly, it will tell you how to activate the environment. For example: source activate $env_name
  • ##Input Data Format

  • Regular vcf, such as from GATK.
  • ##How to Run

  • Before running FPfilter, you need to activate the FPfilter environment by:
  • source activate $env_name #(The one used in the setup step)
  • Running FPfilter is as simple as running a single command line by just typing "FPfilter -v vcf-file -p FPfilter_path".
  • [Details of all parameters: please see the help information in each FPfilter version for latest updates.]
  • *Note1: the output directory is the folder in which the vcf file is located. In order to avoid running error, the current working folder should be the folder in which the vcf file is located.*
  • *Note2: generally, the FPfilter_path is under path_of_miniconda2/envs/env_name/lib/FPfilter/. You can get the path_of_miniconda2 by "which FPfilter" and change "bin" to "lib" in the path.*
  • ##Parameters ###All the parameters are required.

  • -h help
  • -v The vcf file as input to be filtered *[No default value]
  • -p The path of FPfilter scripts *[No default value]
  • ##Output ###Final Output Stucture

  • ${input_vcf}_TP_after_filtered.vcf: the "TP" locations which passed the filter.
  • ${input_vcf}_filtered_FP.vcf :the "false positive" locations which were filtered.
  • fpfilter's People

    Contributors

    yuxiangtan avatar

    Watchers

    James Cloos avatar

    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.