We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
read_dist
Matrix better read with standard reader, for example:
dist <- as.matrix(read.csv("matrix_file.tsv", sep="\t", header=FALSE))
The text was updated successfully, but these errors were encountered:
remove read_dist utility [#4] [#1]
b3bce91
remove read_dist from docs [#4]
869446d
esteinig
No branches or pull requests
read_dist
function I copied from Stackoverflow once upon a timeMatrix better read with standard reader, for example:
The text was updated successfully, but these errors were encountered: