issues
search
rqtl
/
GNapi
R package for connecting to the GeneNetwork API
Other
0
stars
5
forks
source link
Fix get_geno() + remove things that don't work
#9
Closed
kbroman
closed
2 years ago
kbroman
commented
2 years ago
GregFa fixed the
get_geno()
problem
info_pheno()
doesn't work if you don't include a trait. In other words, you can't get a list of traits or probe sets like you used to be able to
list_groups()
no longer lets you give a particular group name
run_gemma()
doesn't seem to be working, currently; added
\dontrun{ }
in the example, for now
get_geno()
probleminfo_pheno()
doesn't work if you don't include a trait. In other words, you can't get a list of traits or probe sets like you used to be able tolist_groups()
no longer lets you give a particular group namerun_gemma()
doesn't seem to be working, currently; added\dontrun{ }
in the example, for now