library(stringr)
tabDEGsTFPubmed$PMID <- str_sub(tabDEGsTFPubmed$PMID,0,30)
TCGAvisualize_Tables(Table = tabDEGsTFPubmed,
rowsForPage = 5,
TableTitle = "pip",
LabelTitle = "pip2",
withrows = FALSE,
size = "small")
Run the code above in your browser using DataLab