trackViewer.documentation icon indicating copy to clipboard operation
trackViewer.documentation copied to clipboard

error: coud not find function "lolliplot"

Open cammo0p opened this issue 1 year ago • 5 comments

Hi,

I was running the sample codes from your documentation to try out trackViewer to make lolliplot. These are the codes I used.

SNP <- c(10, 12, 1400, 1402) sample.gr <- GRanges("chr1", IRanges(SNP, width=1, names=paste0("snp", SNP))) features <- GRanges("chr1", IRanges(c(1, 501, 1001), width=c(120, 400, 405), names=paste0("block", 1:3))) lolliplot(sample.gr, features)

But the error shows: Error in lolliplot(sample.gr, features) : could not find function "lolliplot"

Please kindly advise.

cammo0p avatar Jul 07 '23 20:07 cammo0p

Did you load library(trackViewer)? If yes, please let me know your trackViewer version by running packageVersion("trackViewer").

jianhong avatar Jul 07 '23 21:07 jianhong

I am using verson 1.34.0

Get Outlook for iOShttps://aka.ms/o0ukef


From: JIANHONG OU @.> Sent: Friday, July 7, 2023 10:21:05 PM To: jianhong/trackViewer.documentation @.> Cc: chloehui74 @.>; Author @.> Subject: Re: [jianhong/trackViewer.documentation] error: coud not find function "lolliplot" (Issue #3)

Did you load library(trackViewer)? If yes, please let me know your trackViewer version by running packageVersion("trackViewer").

— Reply to this email directly, view it on GitHubhttps://github.com/jianhong/trackViewer.documentation/issues/3#issuecomment-1626142483, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A6GVH25X5EY7FDF3JDBMZBTXPB4UDANCNFSM6AAAAAA2CIZOG4. You are receiving this because you authored the thread.Message ID: @.***>

cammo0p avatar Jul 07 '23 21:07 cammo0p

try to restart the session and load the library. If it still not work, please let me know.

jianhong avatar Jul 07 '23 22:07 jianhong

I have restarted it, but it didn't work.

cammo0p avatar Jul 13 '23 13:07 cammo0p

I think your installation may have some issue. Please try to reinstall it and reload the library.

jianhong avatar Jul 13 '23 14:07 jianhong