deepTools | Tools to process and analyze deep sequencing data | Genomics library
kandi X-RAY | deepTools Summary
kandi X-RAY | deepTools Summary
Tools to process and analyze deep sequencing data.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Plot a heatmap matrix
- Return a list of regions
- Get the matrix for a group
- Flatten the matrix
- Calculate coverage of a region in regions
- Returns the length of a read
- Return the chroms associated with a given chromosome or chromosome
- Compute the matrix
- Remove regions that are empty
- Map a function to each chromosome
- Filters out reads that match chromosome
- Apply a function to a mapReduce
- Parse the command line arguments
- Parse command line arguments
- Plot the profile
- Plot the matrix
- Plot the heatmap
- Return the fragment portion of a read
- Plot the correlation matrix
- Plot the PCA matrix
- Get read and fragment length from a BAM file
- Creates a worker function for filtering reads
- Calculate fragment size
- Sort region matrix
- Plot a correlation matrix
- Plot enrichment of features
- Calculate the score per chromosome
deepTools Key Features
deepTools Examples and Code Snippets
Community Discussions
Trending Discussions on deepTools
QUESTION
I am trying to run computeMatrix
from the package deepTools in a R script using system()
.
The following command gets this error message.
system('computeMatrix --help')
sh: computeMatrix: command not found
Warning message:
In system("computeMatrix --help") : error in running command
However, if I run the same command in the terminal everthing works fine.
sessionInfo()
...R version 4.0.4 (2021-02-15)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Big Sur 10.16
Matrix products: default
LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib
ANSWER
Answered 2021-Mar-23 at 18:29This was run in Ubuntu 20.04.
The recommended way of running system commands is with system2
, not system
. The arguments are passed in a vector, args
. In this case args
is a length 1 vector but if there are more than one argument, pass them as
QUESTION
I tried installing pip3 install deeptoolsintervals
the error is:
ANSWER
Answered 2021-Mar-09 at 12:51the problem was that I was not using the same version of python each time, so I installed the python-env for python3.9
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install deepTools
Command line usage (via pip/anaconda/github)
Integration into Galaxy servers (via toolshed/API/web-browser)
deepTools can be easily integrated into Galaxy. Please see the installation instructions in our documentation for further details. Note: From version 2.3 onwards, deepTools support python3. This tool suite is developed by the Bioinformatics Facility at the Max Planck Institute for Immunobiology and Epigenetics, Freiburg. Documentation | deepTools Galaxy | FAQ.
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