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
@LiNk-NY I have an issue when trying to load the data. The issue seems to be with the data_sv. txt/ Where we have multiple clumns Site_1_Chromosome, Site_2_Chromosome etc. Probably, not your package issue ?
mae <- cBioPortalData::cBioDataPack("coadread_tcga_pan_can_atlas_2018")
Error in read.table(file = file, header = header, sep = sep, quote = quote, :
more columns than column names
In addition: Warning messages:
1: Unable to import: mrna_seq_v2_rsem
Reason: missing value where TRUE/FALSE needed
2: Unable to import: mrna_seq_v2_rsem_zscores_ref_all_samples
Reason: missing value where TRUE/FALSE needed
3: Unable to import: mrna_seq_v2_rsem_zscores_ref_normal_samples
Reason: missing value where TRUE/FALSE needed
The text was updated successfully, but these errors were encountered:
@LiNk-NY I have an issue when trying to load the data. The issue seems to be with the data_sv. txt/ Where we have multiple clumns
Site_1_Chromosome
,Site_2_Chromosome
etc. Probably, not your package issue ?Same error even if I use the new function
The text was updated successfully, but these errors were encountered: