Skip to content

Conversation

@mconomos
Copy link
Contributor

@mconomos mconomos commented Oct 1, 2021

No description provided.

R/meta.R Outdated
BPPARAM=bpparam(), verbose=TRUE) {

# better way to handle these checks?
if(class(gdsobj) == 'SeqVarBlockIterator' && score.cov){
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be if(is(gdsobj, "SeqVarBlockIterator") && score.cov)

chr=getChromosome(gdsobj, char=TRUE),
pos=getPosition(gdsobj),
stringsAsFactors=FALSE)
if (alleles) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just made a change in GWASTools so this should work now (allele columns were missing previously)

smgogarten and others added 6 commits October 14, 2021 15:34
Names for group IDs in SeqVarListIterator objects may be taken
from the names of the GRangesList object defining iterations.
If that is NULL, it is not straightforward to construct names
since variants in each group are not sequential nor even required
to be on the same chromosome. Instead, number groups with
sequential integers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants