-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
enhancementImprovement for existing functionalityImprovement for existing functionality
Milestone
Description
A nice enhancement would be to add an optional argument to filter out RNA editing variants using the REDIportal database.
The process could be run simply as:
- First convert REDIportal table to bed file
read_tsv("TABLE1_hg38.txt") %>% select(Region, Position) %>% mutate(End = Position+1) %>%
write_tsv(file = "rediportal.bed"), col_names = FALSE)- Then run vcftools with --exclude-bed
vcftools --gzvcf sample1.haplotypecaller.filtered.vcf.gz --exclude-bed rediportal.bed --out sample1 --recode --keep-INFO-allMany thanks,
Oliver
praveenraj2018
Metadata
Metadata
Assignees
Labels
enhancementImprovement for existing functionalityImprovement for existing functionality