python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Extract variant positions from VCF dependent on contents of other columns
I have a vcf file, I am trying to extract the information from these columns:
#CHROM POS REF ALT
However I would like to extract these only if the SAMPLE-1 column contains the string DeNovo (N...
hdjc90
Votes: 0
Answers: 1
How to run ensembl-vep in conda
I’ve installed like so:
conda install ensembl-vep=105.0-0
And then installed the human cache like this:
vep_install -a cf -s homo_sapiens -y GRCh38 -c /mnt/gpfs/live/rd01__/ritd-ag-project-rd018o-mdf...
Mike
Votes: 0
Answers: 1