Giter Club home page Giter Club logo

compbio2021's People

Contributors

brouwern avatar

Watchers

 avatar  avatar

compbio2021's Issues

homo shortened name vs other species

shroom_table$spp[grep("laevis",shroom_table$name.orig)] <- "Xenopus"

I was wondering why the code for renaming the species was only 1 part for homo sapiens but its a lot longer and includes more code for the other species?

(this: shroom_table$spp <- "Homo" VS. shroom_table$spp[grep("laevis",shroom_table$name.orig)] <- "Xenopus")

Error with Entrez_fetch_list

Hi,
I keep getting this error with entrez_fetch_list

Error: HTTP failure: 500 {"error":"error forwarding request","api-key":"2601:547:500:b8b0:d872:e14f:31db:3a9f","type":"ip", "status":"ok"}

Naming Convention Clarification

names.focal <- c("XP_392427","EAA12598","ABA81834","XP_783573","CAA78718")

here a variable name is separated by '.', everywhere else is with ''. I know both are valid and don't change anything in the long run, but is there a convention you use to distinguish types of variables with how you name them? for example the base variable created uses '' and derivative variables from that use '.'?

Unrooted phylogenetic tree without sequence distance

This is an **unrooted tree** with no outgroup defined. For the sake of plotting we've also ignored the evolutionary distance between the sequences, so the branch lengths don't have meaning.

Are these types of phylogenetic trees used very often to analyze similarities between species and is one more effective to visualize than the other? When I compared this one to the other unrooted tree which did include branch lengths, I noticed that they look different enough that I would have grouped the clades differently. In the first tree, I would have grouped ABA and EAA in one clade, CAA and XP 7 in another, and XP 3 as being equally related to each. In the second unrooted tree, though, I find it hard to tell if CAA is more closely related to XP 7 or XP 3, because the lines separating them in the middle are very small.

Specifying package while calling a function

I ran the ggmsa function without specifying the package (same with print_msa from compbio4all) and encountered no problem. Just wondering if there is any reason not to do this other than losing specificity about where the function comes from?

Percent identity vs. score

An important note: indels contribute negatively to an alignment score, but aren't used in the most common calculations for PID.

When we calculate the percent identity of an alignment of 2 sequences ourselves, should we take the indels into account? There were a few questions on the practice exam where there are indels and those are included as differences in the correct calculation of percent identity.

Robbie Conner

>"90% of data analysis is data cleaning" (-Just about every data analyst and data scientist)

Code by Nathan Brouwer.
When you say that the fetch function is "cleaning" the data, do you mean that it is consolidating all of the data into smaller groups based on certain categories? Or, is it somehow editing the data into a more understandable format?

Class of R Object

You rarely have to change the class of an R object; the usual use of the class() function is to just get an idea of what an object is. You can also use the class() function to change the class of an object.

In what situations would it be necessary to change the class of an object?

Essential arguments for phylo

What are the arguments that we should know for the function phylo? In addition, what cases require an unrooted and rooted tree?

Issue Knitting Document

I am trying to knit my code and am getting this error:

processing file: Portfolio1PartA.Rmd
Error in parse_block(g[-1], g[1], params.src, markdown_mode) :
Duplicate chunk label 'setup', which has been used for the chunk:
knitr::opts_chunk$set(echo = TRUE)
Calls: ... process_file -> split_file -> lapply -> FUN -> parse_block
Execution halted

How do I fix this? My code works up to entrez_file_list

Code issue

I am getting an error saying,"Error in texi2dvi(texfile, quiet = !verbose, pdf = identical(output, "pdf"), : pdflatex is not available". What does this mean and what do I do to fix it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.