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
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.
The text was updated successfully, but these errors were encountered:
Error in map():
ℹ In index: 1.
Caused by error in dplyr::filter():
ℹ In argument: gene_id == gid[x].
Caused by error:
! 找不到对象'gene_id'
Run rlang::last_trace() to see where the error occurred.
Warning message:
Unknown or uninitialised column: gene_id.
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? Runningrlang::last_trace()
did not provide additional insights. Any help would be appreciated.The text was updated successfully, but these errors were encountered: