genipe | Genome-wide imputation pipeline | Genomics library
kandi X-RAY | genipe Summary
kandi X-RAY | genipe Summary
Genome-wide imputation pipeline
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Find exclusion before phasing
- Get the chromosome encoding
- Checks if a given chromosome is reverse
- Parse an impute2 file
- Generate R script
- Parse a line from a single line
- Check the arguments for IMPUTE2
- Return True if fn is a file - like object
- Get the file prefix
- Exclude markers before phasing
- Launch tasks
- Extract markers
- Creates the argument parser
- Get the chromosome length for each chromosome
- Runs the shapeit command
- Gathers the execution time for each chromosome
- Phase marker markers
- Gather the cross - validation statistics
- Merge IMPUTE2 files
- Gathers information about a specific map file
- Impute markers from required chromosomes
- Compute the phenotypes
- Execute the drmaa command
- Gather the imputation statistics for each chromosome
- Concatenate two input files into one
- Gather the frequency statistics for each chromosome
genipe Key Features
genipe Examples and Code Snippets
Community Discussions
Trending Discussions on genipe
QUESTION
I am trying to run the program genipe to do some genome-wide survival analysis. I have installed genipe and all the relevant directories. However, when I go to run the program I get the error:
"TypeError: _ init _() got an unexpected keyword argument 'normalize'"
I haven't edited any of the genipe scripts and I have run genipe with no issues on a different server so I am not sure what is going wrong! Any help would be greatly appreciated.
Many thanks,
Caragh
Edit: I am using python version 3.6.1
Traceback as follows:
...ANSWER
Answered 2017-Jun-01 at 10:31Judging by the lifeline changelog this keyword argument has been removed from this particular function. Lifeline is a package which contains this particular function and is used by genipe.
You can either install previous version of lifeline by yourself and see if that will help or wait for updates in genipe library.
Looking at further errors from your comments, it seems like this is problematic code. You are trying to use dmatrices
but it seems like it is not defined. Probably because mentioned try/catch
block couldn't find statsmodel
installed and therefore patsy
wasn't imported either.
Try to install few more packages manually, starting with
and see if you will get any errors then...
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install genipe
You can use genipe like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page