Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

functions for meta analysis #76

Open
wants to merge 22 commits into
base: devel
Choose a base branch
from
Open

functions for meta analysis #76

wants to merge 22 commits into from

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