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

不能指定范围作图 #9

Open
shaoxiong2588 opened this issue Jan 18, 2024 · 0 comments
Open

不能指定范围作图 #9

shaoxiong2588 opened this issue Jan 18, 2024 · 0 comments

Comments

@shaoxiong2588
Copy link

coding gene

trancriptVis(gtfFile = gtf1,
Chr = 17,
posStart = 36783355,
posEnd = 36783400)
Error in map():
ℹ In index: 1.
Caused by error in dplyr::filter():
ℹ In argument: gene_id == gid[x].
Caused by error:
! object 'gene_id' not found
Run rlang::last_trace() to see where the error occurred.
Warning message:
Unknown or uninitialised column: gene_id.

I am encountering an issue with the trancriptVis function. The error suggests that it cannot find the 'gene_id' column, even though the column does exist in my data. I have checked the data structure, case sensitivity, and library loading. How can I resolve this issue? Running rlang::last_trace() did not provide additional insights. Any help would be appreciated.

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

No branches or pull requests

1 participant