You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to have a look at the get.enriched.motif function in order to better understand what it does and I think there is a small issue in it : in case the parameter probes.motif is missing, there is no problem, object all.probes.TF is created from the Probes.motif object included in the package. But this object is created only if we enter the condition that probes.motif parameter is missing.
Hence, when calling the function with parameter probes.motif = Probes.motif (for example if the data have already been downloaded), an error occurs : "Error in get.enriched.motif(probes.motif = Probes.motif, probes = Sig.probes.paired, : object 'all.probes.TF' not found".
Thank you.
Best regards,
CathG
The text was updated successfully, but these errors were encountered:
I needed to have a look at the
get.enriched.motif
function in order to better understand what it does and I think there is a small issue in it : in case the parameterprobes.motif
is missing, there is no problem, objectall.probes.TF
is created from theProbes.motif
object included in the package. But this object is created only if we enter the condition thatprobes.motif
parameter is missing.Hence, when calling the function with parameter
probes.motif = Probes.motif
(for example if the data have already been downloaded), an error occurs :"Error in get.enriched.motif(probes.motif = Probes.motif, probes = Sig.probes.paired, : object 'all.probes.TF' not found"
.Thank you.
Best regards,
CathG
The text was updated successfully, but these errors were encountered: