Log In
Sign Up
about
faq
Ask a question
Latest
News
Jobs
Tutorials
Tags
Users
New Post
Latest
News
Jobs
Tutorials
Tags
Users
Log In
Sign Up
About
Limit
all time
today
this week
this month
this year
Unanswered
All posts
Sort
Update
Answers
Bookmarks
Creation
Replies
Rank
Views
Votes
Showing :
readVcf
•
reset
0
votes
0
replies
794
views
VariantAnnotation::readVcf incorrectly processes GATK Mutect2 vcf INFO field AS_SB_TABLE
vcf
AS_SB_TABLE
readVcf
Mutect2
VariantAnnotation
2.2 years ago
therealgenna
• 0
1
vote
12
replies
4.2k
views
readVcf does not recognize tabix index
VariantAnnotation
readvcf
tabix
updated 4.0 years ago by
Vincent J. Carey, Jr.
6.7k • written 4.1 years ago by
naive
• 0
0
votes
2
replies
1.8k
views
readVCF requires the argument "genome". What does it stand for?
Genome
readVcf
VariantAnnotation
4.1 years ago
naive
• 0
3
votes
4
replies
2.1k
views
Problem when transforming Platypus vcf to VRanges
variantannotation
vcf
readvcf
vranges
updated 6.8 years ago by
Michael Lawrence
★ 11k • written 6.8 years ago by
david.mas
• 0
2
votes
5
replies
3.1k
views
VariantAnnotation: Error with ScanVcfParam
variantannotation
vcf
readvcf
filtervcf
scanvcfparam
7.7 years ago
Didi
▴ 10
1
vote
4
replies
2.6k
views
cannot allocate memory?
readVcf
updated 7.9 years ago by
Martin Morgan
25k • written 7.9 years ago by
Haiying.Kong
▴ 110
0
votes
2
replies
1.2k
views
does readVcf mistakenly ignore ploidy for missing genotypes?
readvcf
gt
missing
VariantAnnotation
8.1 years ago
TimothéeFlutre
▴ 80
2
votes
4
replies
2.4k
views
Best way to create a VRanges object from a large VCF file?
variantannotation
readvcf
readvcfasvranges
vcf
updated 8.2 years ago by
Michael Lawrence
★ 11k • written 8.2 years ago by
ruben.drews
• 0
0
votes
2
replies
1.9k
views
Subsetting info columns from a VCF and getting rsID for some row names?
R
variantannotation
vcf
scanvcfparam
readvcf
updated 8.8 years ago by
Michael Lawrence
★ 11k • written 8.8 years ago by
emily.mccann
• 0
0
votes
2
replies
1.9k
views
Duplicated rows in readVcf output
variantannotation
readvcf
updated 9.0 years ago by
Valerie Obenchain
★ 6.8k • written 9.0 years ago by
nicolas.o.rode
• 0
0
votes
2
replies
1.9k
views
mutational signatures problems
bsgenome
readvcf
tcga
annotation
somaticsignatures
updated 6 months ago by
Danyiel
• 0 • written 9.1 years ago by
jolligoodfellow
• 0
0
votes
4
replies
3.0k
views
How to import vcf with multi sample?
vcf
readvcf
readvcfasvranges
9.3 years ago
Marcin Grzybowski
• 0
1
vote
1
reply
1.3k
views
Suppressing the ID value from writeVcf
readvcf
writevcf
updated 9.4 years ago by
Valerie Obenchain
★ 6.8k • written 9.4 years ago by
fongchunchan
▴ 30
2
votes
1
reply
1.7k
views
readVCF with 1000 genomes data from 20130502 fails to return genotype information
readvcf
vcf
tabix
updated 9.7 years ago by
Valerie Obenchain
★ 6.8k • written 9.7 years ago by
Simon Coetzee
▴ 50
2
votes
9
replies
3.3k
views
ReadVCF not reading samples
readvcf
vcf
variantannotation
9.9 years ago
askates
▴ 10
0
votes
21
replies
5.2k
views
VariantAnnotation Errors and void outputs
variantannotation
readvcf
9.9 years ago
pifferdavide
• 0
1
vote
5
replies
4.9k
views
Converting a DNAStringSetList to characters quickly
readVcf
DNAStringSet
DNAStringSetList
variantannotation
readvcf
10.0 years ago
dan.gatti
• 0
0
votes
2
replies
2.4k
views
Error reading vcf converted from bed file
readvcf
plink
file conversion
bed
bioc-devel
10.1 years ago
mjsduncan
• 0
2
votes
3
replies
2.7k
views
Metadata Missing from vcf when reading in with readVcfAsVRanges
variantannotation
vranges
readvcf
readvcfasvranges
metadata
10.1 years ago
summerela
• 0
1
vote
12
replies
3.2k
views
VariantAnnotation: no method for function 'path' for signature 'character'
variantannotation
readvcf
readgt
updated 10.3 years ago by
Valerie Obenchain
★ 6.8k • written 10.4 years ago by
Kipper Fletez-Brant
▴ 150
0
votes
1
reply
1.7k
views
readVCF (VariantAnnotation) problem with mismatched header and info fields in vcf file
annotation
vcf
readvcf
variantannotation
10.4 years ago
jls2282
• 0
2
votes
3
replies
1.5k
views
readVcf skipping CS field in INFO
variantannotation
readVcf
updated 10.4 years ago by
Valerie Obenchain
★ 6.8k • written 10.5 years ago by
Peter Hickey
▴ 750
0
votes
5
replies
2.0k
views
VariantAnnotation VCF read error
variantannotation
readvcf
updated 10.4 years ago by
Valerie Obenchain
★ 6.8k • written 10.4 years ago by
JK
▴ 10
23 results • Page
1 of 1
Recent ...
Replies
Answer: how to use `arrayWeightsQuick()`?
by
Gordon Smyth
52k
Yes, that is the correct way to use `arrayWeightsQuick`. Thanks for pointing out that there is still a reference to `arrayWeightsSimple` i…
Answer: fast apply on RleList
by
story.benjamin
▴ 20
solved with viewApply (code is simplified below) + map reduce on chrs test.split <- split(test.gr,seqnames(test.gr)) final.st…
Comment: fast apply on RleList
by
story.benjamin
▴ 20
Hi James, thanks for the reply. I ultimately figured it out ... viewApply showed a massive speed increase for me (see other answer) - I was…
Answer: fast apply on RleList
by
James W. MacDonald
68k
There is already a 'mean' function that will dispatch on an `RleList` that you can use. I don't have a long `RleList` in hand to test it on…
Answer: Custom CDF creation for HTA 2.0 array using GTF annotation
by
James W. MacDonald
68k
It doesn't appear that Manhong Dai is working at UM any longer, and the webpage appears to have fallen into disrepair (for example, the lin…
Votes
Having Trouble Using CNE12() and CNE21() in CNEr
Answer: Having Trouble Using CNE12() and CNE21() in CNEr
annotation EpicV2
Answer: fast apply on RleList
Answer: BiocParallel_1.40.1.tar.gz not available
Awards
• All
Popular Question
to
Ariel Chernomoretz
▴ 170
Popular Question
to
Shaimaa Gamal
• 0
Scholar
to
story.benjamin
▴ 20
Popular Question
to
Seymoo
• 0
Popular Question
to
pouryany
• 0
Locations
• All
Hong Kong,
just now
WEHI, Melbourne, Australia,
34 minutes ago
United States,
49 minutes ago
Pakistan,
50 minutes ago
Australia,
1 hour ago
Traffic: 710 users visited in the last hour
Content
Search
Users
Tags
Badges
Help
About
FAQ
Access
RSS
API
Stats
Use of this site constitutes acceptance of our
User Agreement and Privacy Policy
.
Powered by the
version 2.3.6