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
to check the delimiter automatically of the annotation file
add in the data.table() to read and write tables using fread or fwrite
the eQTL-part (nom/perm for cis) to match with the new 'strand' column (as the column numbers have changed by the addition of the 'strand' column in the output)
double check the trans-QTL-part to match with the new 'strand' column (as the column numbers have changed by the addition of the 'strand' column in the output)
double check the mQTL-part to match with the new 'strand' column (as the column numbers have changed by the addition of the 'strand' column in the output)
The text was updated successfully, but these errors were encountered:
Several items need improvement or fixing:
data.table()
to read and write tables usingfread
orfwrite
The text was updated successfully, but these errors were encountered: