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
while adjusting shape of plotted points ,accepts four possible values: Error in [[<-.data.frame(*tmp*, i, value = c(NS = 1, FC = 2, P = 3, : replacement has 4 rows, data has 3
#128
Open
wanganlin00 opened this issue
Apr 2, 2024
· 1 comment
EnhancedVolcano(res,
lab = rownames(res),
x = 'log2FoldChange',
y = 'pvalue',
shape = c(1,2,3,4)
)
#>>> Error in `[[<-.data.frame`(`*tmp*`, i, value = c(NS = 1, FC = 2, P = 3, :
replacement has 4 rows, data has 3
when accepting one value is OK。
So, how can I deal with this Error.
The text was updated successfully, but these errors were encountered:
When I followed the tutorial on the bioconductor package vignetttes of EnhancedVolcano
it appeared
when accepting one value is OK。
So, how can I deal with this Error.
The text was updated successfully, but these errors were encountered: